Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
|
|
204 |
# "messages":data["messages"],
|
205 |
# "functions":functions,
|
206 |
# "function_call":"auto"
|
207 |
-
})
|
208 |
|
209 |
reply = json.loads(response.content)
|
210 |
print(reply)
|
|
|
204 |
# "messages":data["messages"],
|
205 |
# "functions":functions,
|
206 |
# "function_call":"auto"
|
207 |
+
#})
|
208 |
|
209 |
reply = json.loads(response.content)
|
210 |
print(reply)
|