bstraehle commited on
Commit
e145d8d
1 Parent(s): b3bcb3a

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -1
agent_llamaindex.py CHANGED
@@ -26,7 +26,7 @@ def agent_llamaindex(config, prompt):
26
  [tools[0], # built-in tools
27
  date_tool], # custom tools
28
  llm = llm,
29
- max_iterations = 25,
30
  max_execution_time = 120,
31
  verbose = True
32
  )
 
26
  [tools[0], # built-in tools
27
  date_tool], # custom tools
28
  llm = llm,
29
+ max_iterations = 50,
30
  max_execution_time = 120,
31
  verbose = True
32
  )