Spaces:
Sleeping
Sleeping
Su Ho commited on
Add duckduckgo tool
Browse files
app.py
CHANGED
|
@@ -69,6 +69,7 @@ agent = CodeAgent(
|
|
| 69 |
tools=[
|
| 70 |
image_generation_tool,
|
| 71 |
get_current_time_in_timezone,
|
|
|
|
| 72 |
final_answer,
|
| 73 |
], ## add your tools here (don't remove final answer)
|
| 74 |
max_steps=6,
|
|
|
|
| 69 |
tools=[
|
| 70 |
image_generation_tool,
|
| 71 |
get_current_time_in_timezone,
|
| 72 |
+
DuckDuckGoSearchTool(),
|
| 73 |
final_answer,
|
| 74 |
], ## add your tools here (don't remove final answer)
|
| 75 |
max_steps=6,
|