aakash0017 commited on
Commit
a60e367
·
1 Parent(s): b22c952

verbos change

Browse files
Files changed (1) hide show
  1. 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=True,
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