hd-hg commited on
Commit
11fb892
·
verified ·
1 Parent(s): ac6d714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with open("prompts.yaml", 'r') as stream:
116
 
117
  agent = CodeAgent(
118
  model=model,
119
- tools=[get_healthy_cheat_meal, final_answer], ## add your tools here (don't remove final answer)
120
  max_steps=6,
121
  verbosity_level=1,
122
  grammar=None,
 
116
 
117
  agent = CodeAgent(
118
  model=model,
119
+ tools=[get_healthy_cheat_meal, visit_webpage, final_answer], ## add your tools here (don't remove final answer)
120
  max_steps=6,
121
  verbosity_level=1,
122
  grammar=None,