yangminded commited on
Commit
cc050de
·
verified ·
1 Parent(s): 22b61ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ class BasicAgent:
67
  tools=[FinalAnswerTool(), DuckDuckGoSearchTool(), VisitWebpageTool()], ## add your tools here (don't remove final answer),
68
  additional_authorized_imports=['pandas', 'requests', 'markdownify'],
69
  max_steps=10,
70
- verbosity_level=1
71
  step_callbacks=[delay_execution()]
72
  )
73
 
 
67
  tools=[FinalAnswerTool(), DuckDuckGoSearchTool(), VisitWebpageTool()], ## add your tools here (don't remove final answer),
68
  additional_authorized_imports=['pandas', 'requests', 'markdownify'],
69
  max_steps=10,
70
+ verbosity_level=1,
71
  step_callbacks=[delay_execution()]
72
  )
73