Artin2009 commited on
Commit
bf9cd6b
·
verified ·
1 Parent(s): 50896a0

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -64,7 +64,7 @@ async def set_starters():
64
  @cl.step(type="tool")
65
  async def tool():
66
  # Simulate a running task
67
- await cl.sleep(2)
68
 
69
  return "Response from the tool!"
70
 
 
64
  @cl.step(type="tool")
65
  async def tool():
66
  # Simulate a running task
67
+ await cl.sleep(1)
68
 
69
  return "Response from the tool!"
70