Spaces:
Running
Running
Update app.py
Browse files
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,
|