Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ def bot(history, job, resume, job_params):
|
|
237 |
temperature=0.0,
|
238 |
#stream=True,
|
239 |
)
|
240 |
-
|
241 |
history[-1][1] = response["choices"][0]["message"]["content"]
|
242 |
#for chunk in response:
|
243 |
# print(chunk)
|
|
|
237 |
temperature=0.0,
|
238 |
#stream=True,
|
239 |
)
|
240 |
+
print(response["choices"][0]["message"]["content"])
|
241 |
history[-1][1] = response["choices"][0]["message"]["content"]
|
242 |
#for chunk in response:
|
243 |
# print(chunk)
|