Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def respond(
|
|
39 |
)
|
40 |
|
41 |
# Debugging response data
|
42 |
-
print("Raw response data:", response_data
|
43 |
|
44 |
for message in response_data:
|
45 |
token = message.choices[0].delta.content
|
|
|
39 |
)
|
40 |
|
41 |
# Debugging response data
|
42 |
+
print("Raw response data:", response_data)
|
43 |
|
44 |
for message in response_data:
|
45 |
token = message.choices[0].delta.content
|