Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ agent = CodeAgent(
|
|
| 60 |
my_custom_tool,
|
| 61 |
get_current_time_in_timezone,
|
| 62 |
image_generation_tool,
|
| 63 |
-
DuckDuckGoSearchTool
|
| 64 |
], ## add your tools here (don't remove final answer)
|
| 65 |
max_steps=6,
|
| 66 |
verbosity_level=1,
|
|
|
|
| 60 |
my_custom_tool,
|
| 61 |
get_current_time_in_timezone,
|
| 62 |
image_generation_tool,
|
| 63 |
+
DuckDuckGoSearchTool()
|
| 64 |
], ## add your tools here (don't remove final answer)
|
| 65 |
max_steps=6,
|
| 66 |
verbosity_level=1,
|