tferhan commited on
Commit
a3e66d1
·
verified ·
1 Parent(s): dd914c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -92,6 +92,7 @@ agent_executor = AgentExecutor(
92
  tools=tools_add,
93
  verbose=True,
94
  max_iterations = 10,
 
95
 
96
  )
97
 
 
92
  tools=tools_add,
93
  verbose=True,
94
  max_iterations = 10,
95
+ #max_execution_time = 45, optionel mais useful dans le deployement
96
 
97
  )
98