uasername commited on
Commit
d90c452
·
verified ·
1 Parent(s): 08267c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with open("prompts.yaml", 'r') as stream:
111
 
112
  agent = CodeAgent(
113
  model=model,
114
- tools=[visit_webpage_tool, web_search_tool, final_answer, image_generation_tool, lookup_definition_tool, ## add your tools here (don't remove final answer)
115
  max_steps=6,
116
  verbosity_level=1,
117
  grammar=None,
 
111
 
112
  agent = CodeAgent(
113
  model=model,
114
+ tools=[visit_webpage_tool, web_search_tool, final_answer, image_generation_tool, lookup_definition_tool], ## add your tools here (don't remove final answer)
115
  max_steps=6,
116
  verbosity_level=1,
117
  grammar=None,