zasharepw77 commited on
Commit
f1edba7
·
1 Parent(s): df2761c

Step call func limits 70B paused 1min

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ model = LiteLLMModel(
17
  )
18
 
19
  def my_paused(step_log: ActionStep, agent: ToolCallingAgent) -> None:
20
- print('Paused 20sec.')
21
- time.sleep(20.0)
22
  return
23
 
24
  # Create the agent
 
17
  )
18
 
19
  def my_paused(step_log: ActionStep, agent: ToolCallingAgent) -> None:
20
+ print('Paused 61sec.')
21
+ time.sleep(61.0)
22
  return
23
 
24
  # Create the agent