Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1042,7 +1042,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 1042 |
})
|
| 1043 |
second_response = openai.ChatCompletion.create(
|
| 1044 |
model="gpt-3.5-turbo",
|
| 1045 |
-
messages=
|
| 1046 |
)
|
| 1047 |
print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
|
| 1048 |
return second_response
|
|
|
|
| 1042 |
})
|
| 1043 |
second_response = openai.ChatCompletion.create(
|
| 1044 |
model="gpt-3.5-turbo",
|
| 1045 |
+
messages=messages
|
| 1046 |
)
|
| 1047 |
print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
|
| 1048 |
return second_response
|