tommy24 commited on
Commit
9798ce4
·
verified ·
1 Parent(s): 3134db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1264,7 +1264,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1264
  # ]
1265
 
1266
  completion = openai.ChatCompletion.create(
1267
- model="gpt-3.5-turbo",
1268
  messages=messages,
1269
  functions = functions,
1270
  function_call = "auto",
 
1264
  # ]
1265
 
1266
  completion = openai.ChatCompletion.create(
1267
+ model="gpt-4-turbo-preview",
1268
  messages=messages,
1269
  functions = functions,
1270
  function_call = "auto",