Spaces:
Sleeping
Sleeping
Update agent_llamaindex.py
Browse files- agent_llamaindex.py +2 -2
agent_llamaindex.py
CHANGED
@@ -26,8 +26,8 @@ def agent_llamaindex(config, prompt):
|
|
26 |
[tools[0], # built-in tools
|
27 |
date_tool], # custom tools
|
28 |
llm = llm,
|
29 |
-
max_iterations =
|
30 |
-
max_execution_time =
|
31 |
verbose = True
|
32 |
)
|
33 |
|
|
|
26 |
[tools[0], # built-in tools
|
27 |
date_tool], # custom tools
|
28 |
llm = llm,
|
29 |
+
max_iterations = 10,
|
30 |
+
max_execution_time = 60,
|
31 |
verbose = True
|
32 |
)
|
33 |
|