Spaces:
Paused
Paused
Update agent_langchain.py
Browse files- 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 =
|
| 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 |
|