ziffir commited on
Commit
52572fa
·
1 Parent(s): c49356d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,