julien-rodriguez commited on
Commit
101d414
·
verified ·
1 Parent(s): 3d72742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with open("prompts.yaml", 'r') as stream:
76
 
77
  agent = CodeAgent(
78
  model=model,
79
- tools=[final_answer, search_tool, my_custom_tool], ## add your tools here (don't remove final answer)
80
  max_steps=6,
81
  verbosity_level=1,
82
  grammar=None,
 
76
 
77
  agent = CodeAgent(
78
  model=model,
79
+ tools=[final_answer, my_custom_tool], ## add your tools here (don't remove final answer)
80
  max_steps=6,
81
  verbosity_level=1,
82
  grammar=None,