Spaces:
Running
Running
Update agent_langchain.py
Browse files- agent_langchain.py +1 -1
agent_langchain.py
CHANGED
|
@@ -31,7 +31,7 @@ def agent_langchain(config, prompt):
|
|
| 31 |
llm,
|
| 32 |
agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
|
| 33 |
handle_parsing_errors = True,
|
| 34 |
-
max_iterations =
|
| 35 |
max_execution_time = 120,
|
| 36 |
verbose = True
|
| 37 |
)
|
|
|
|
| 31 |
llm,
|
| 32 |
agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
|
| 33 |
handle_parsing_errors = True,
|
| 34 |
+
max_iterations = 50,
|
| 35 |
max_execution_time = 120,
|
| 36 |
verbose = True
|
| 37 |
)
|