Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ tools=[
|
|
191 |
|
192 |
|
193 |
agent = initialize_agent(
|
194 |
-
tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True, max_iterations=
|
195 |
handle_parsing_errors=True
|
196 |
)
|
197 |
#Adding predefine evaluation steps in the agent Prompt
|
|
|
191 |
|
192 |
|
193 |
agent = initialize_agent(
|
194 |
+
tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True, max_iterations=5,
|
195 |
handle_parsing_errors=True
|
196 |
)
|
197 |
#Adding predefine evaluation steps in the agent Prompt
|