Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1266,7 +1266,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 1266 |
# ]
|
| 1267 |
|
| 1268 |
completion = openai.ChatCompletion.create(
|
| 1269 |
-
model=
|
| 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",
|