bstraehle commited on
Commit
acff241
·
verified ·
1 Parent(s): eed5189

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -0
agent_llamaindex.py CHANGED
@@ -27,6 +27,7 @@ def agent_llamaindex(config, prompt):
27
  date_tool], # custom tools
28
  llm = llm,
29
  max_iterations = 10,
 
30
  verbose = True
31
  )
32
 
 
27
  date_tool], # custom tools
28
  llm = llm,
29
  max_iterations = 10,
30
+ max_execution_time = 60,
31
  verbose = True
32
  )
33