pgpt19 commited on
Commit
a65c582
·
verified ·
1 Parent(s): 45baff7

Update app.py

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