Spaces:
Sleeping
Sleeping
zasharepw77 commited on
Commit ·
f1edba7
1
Parent(s): df2761c
Step call func limits 70B paused 1min
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ model = LiteLLMModel(
|
|
| 17 |
)
|
| 18 |
|
| 19 |
def my_paused(step_log: ActionStep, agent: ToolCallingAgent) -> None:
|
| 20 |
-
print('Paused
|
| 21 |
-
time.sleep(
|
| 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
|