Spaces:
Runtime error
Runtime error
Commit
·
a60e367
1
Parent(s):
b22c952
verbos change
Browse files- conversation.py +1 -1
conversation.py
CHANGED
@@ -196,7 +196,7 @@ agent_executor = AgentExecutor(
|
|
196 |
agent=agent,
|
197 |
tools=tools,
|
198 |
memory=memory,
|
199 |
-
verbose=
|
200 |
return_intermediate_steps=True,
|
201 |
)
|
202 |
|
|
|
196 |
agent=agent,
|
197 |
tools=tools,
|
198 |
memory=memory,
|
199 |
+
verbose=False,
|
200 |
return_intermediate_steps=True,
|
201 |
)
|
202 |
|