SungBeom commited on
Commit
c33c6b8
1 Parent(s): b4fb661

Update app.py

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