bstraehle commited on
Commit
b2e1a21
1 Parent(s): 059a827

Update agent_langchain.py

Browse files
Files changed (1) hide show
  1. agent_langchain.py +1 -1
agent_langchain.py CHANGED
@@ -32,7 +32,7 @@ def agent_langchain(config, prompt):
32
  agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
33
  handle_parsing_errors = True,
34
  max_iterations = 25,
35
- max_execution_time = 120,
36
  verbose = True
37
  )
38
 
 
32
  agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
33
  handle_parsing_errors = True,
34
  max_iterations = 25,
35
+ max_execution_time = 60,
36
  verbose = True
37
  )
38