Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|