Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
|
|
207 |
#})
|
208 |
|
209 |
reply = json.loads(response.content)
|
210 |
-
print(reply)
|
211 |
reply = reply["choices"][0]["message"]
|
212 |
return reply
|
213 |
|
|
|
207 |
#})
|
208 |
|
209 |
reply = json.loads(response.content)
|
210 |
+
print("Reply:",reply)
|
211 |
reply = reply["choices"][0]["message"]
|
212 |
return reply
|
213 |
|