amitguptaforwork commited on
Commit
43446c2
·
verified ·
1 Parent(s): 5028c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(2)
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