samim2024 commited on
Commit
0b80981
·
verified ·
1 Parent(s): e2d35a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ tools=[
191
 
192
 
193
  agent = initialize_agent(
194
- tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True, max_iterations=7,max_execution_time=60,
195
  handle_parsing_errors=True
196
  )
197
  #Adding predefine evaluation steps in the agent Prompt
 
191
 
192
 
193
  agent = initialize_agent(
194
+ tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True, max_iterations=5,
195
  handle_parsing_errors=True
196
  )
197
  #Adding predefine evaluation steps in the agent Prompt