JabrilJacobs commited on
Commit
ab96c77
·
verified ·
1 Parent(s): 5d0af3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -59,7 +59,9 @@ with open("prompts.yaml", 'r') as stream:
59
 
60
  agent = CodeAgent(
61
  model=model,
62
- tools=[final_answer, visit_webpage, web_search, image_generation_tool], ## add your tools here (don't remove final answer)
 
 
63
  max_steps=6,
64
  verbosity_level=1,
65
  grammar=None,
 
59
 
60
  agent = CodeAgent(
61
  model=model,
62
+ tools=[final_answer, visit_webpage, web_search,
63
+ # image_generation_tool,
64
+ ], ## add your tools here (don't remove final answer)
65
  max_steps=6,
66
  verbosity_level=1,
67
  grammar=None,