antoinerossupedu commited on
Commit
21c417c
·
1 Parent(s): 78671da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ class ChainlitUserProxyAgent(UserProxyAgent):
97
  if res.get("value") == "exit":
98
  return "exit"
99
 
100
- reply = cl.run_sync(ask_helper(cl.AskUserMessage, content=prompt, timeout=100))
101
 
102
  return reply["content"].strip()
103
 
 
97
  if res.get("value") == "exit":
98
  return "exit"
99
 
100
+ reply = cl.run_sync(ask_helper(cl.AskUserMessage, content=prompt, timeout=200))
101
 
102
  return reply["content"].strip()
103