Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def predict(openai_gpt4_key, system_msg, inputs, top_p, temperature, chat_counte
|
|
24 |
|
25 |
if chat_counter == 0 :
|
26 |
payload = {
|
27 |
-
"model": "gpt-4",
|
28 |
"messages": initial_message ,
|
29 |
"temperature" : 1.0,
|
30 |
"top_p":1.0,
|
|
|
24 |
|
25 |
if chat_counter == 0 :
|
26 |
payload = {
|
27 |
+
"model": "gpt-4.5",
|
28 |
"messages": initial_message ,
|
29 |
"temperature" : 1.0,
|
30 |
"top_p":1.0,
|