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

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="gpt-4-turbo-preview",
1270
  messages=messages,
1271
  functions = functions,
1272
  function_call = "auto",
 
1266
  # ]
1267
 
1268
  completion = openai.ChatCompletion.create(
1269
+ model=model,
1270
  messages=messages,
1271
  functions = functions,
1272
  function_call = "auto",