lpolich commited on
Commit
b8968ba
·
verified ·
1 Parent(s): f51f34f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with open("prompts.yaml", 'r') as stream:
86
 
87
  agent = CodeAgent(
88
  model=model,
89
- tools=["final_answer","visit_webpage", "web_search"], ## add your tools here (don't remove final answer)
90
  max_steps=6,
91
  verbosity_level=1,
92
  grammar=None,
 
86
 
87
  agent = CodeAgent(
88
  model=model,
89
+ tools=[final_answer,visit_webpage, web_search], ## add your tools here (don't remove final answer)
90
  max_steps=6,
91
  verbosity_level=1,
92
  grammar=None,