Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def respond(
|
|
107 |
for chunk in stream:
|
108 |
bot_response += chunk.choices[0].delta.content
|
109 |
yield bot_response
|
110 |
-
|
111 |
|
112 |
|
113 |
# Gradio interface
|
|
|
107 |
for chunk in stream:
|
108 |
bot_response += chunk.choices[0].delta.content
|
109 |
yield bot_response
|
110 |
+
print(bot_response)
|
111 |
|
112 |
|
113 |
# Gradio interface
|