Spaces:
Sleeping
Sleeping
Commit
·
85a86de
1
Parent(s):
997a3ca
increased execution time
Browse files
app.py
CHANGED
|
@@ -374,7 +374,7 @@ agent = initialize_agent(
|
|
| 374 |
agent_kwargs={"system_message": system_prompt},
|
| 375 |
verbose=True,
|
| 376 |
max_iterations=10, # Increase as needed
|
| 377 |
-
max_execution_time=
|
| 378 |
handle_parsing_errors=True
|
| 379 |
)
|
| 380 |
|
|
|
|
| 374 |
agent_kwargs={"system_message": system_prompt},
|
| 375 |
verbose=True,
|
| 376 |
max_iterations=10, # Increase as needed
|
| 377 |
+
max_execution_time=3000, # Increase as needed
|
| 378 |
handle_parsing_errors=True
|
| 379 |
)
|
| 380 |
|