Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def llm_response(message, history):
|
|
87 |
logging.info("________________________________")
|
88 |
logging.info(parsed_response)
|
89 |
logging.info("________________________________")
|
90 |
-
time.sleep(
|
91 |
history.append({"role": "assistant", "content": parsed_response['content']})
|
92 |
if parsed_response['step'] == 'result':
|
93 |
#We print how much time it took to get the final result
|
|
|
87 |
logging.info("________________________________")
|
88 |
logging.info(parsed_response)
|
89 |
logging.info("________________________________")
|
90 |
+
time.sleep(5)
|
91 |
history.append({"role": "assistant", "content": parsed_response['content']})
|
92 |
if parsed_response['step'] == 'result':
|
93 |
#We print how much time it took to get the final result
|