Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -619,7 +619,7 @@ The form of Desired Outcome must be 'key1, key2, ...'. For example to get the na
|
|
619 |
stop=["\nObservation:"],
|
620 |
allowed_tools=tool_names
|
621 |
)
|
622 |
-
agent_executor = AgentExecutor.from_agent_and_tools(agent=agent, tools=tools, verbose=
|
623 |
|
624 |
self.agent_executor = agent_executor
|
625 |
|
|
|
619 |
stop=["\nObservation:"],
|
620 |
allowed_tools=tool_names
|
621 |
)
|
622 |
+
agent_executor = AgentExecutor.from_agent_and_tools(agent=agent, tools=tools, verbose=False)
|
623 |
|
624 |
self.agent_executor = agent_executor
|
625 |
|