MasterOfHugs commited on
Commit
45cc441
·
verified ·
1 Parent(s): b588572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -20,8 +20,6 @@ agent = CodeAgent(
20
  tools=[final_answer, web_search, visit_webpage], # 👈 ajout des outils web
21
  add_base_tools=True,
22
  max_steps=20,
23
- verbosity=2,
24
- planning_interval=5,
25
  )
26
 
27
  # Exemple d'outils custom existants
 
20
  tools=[final_answer, web_search, visit_webpage], # 👈 ajout des outils web
21
  add_base_tools=True,
22
  max_steps=20,
 
 
23
  )
24
 
25
  # Exemple d'outils custom existants