tommy24 commited on
Commit
b54d9ca
·
verified ·
1 Parent(s): 21d67de

Update app.py

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