Spaces:
Sleeping
Sleeping
Zanqi commited on
Commit ·
634a4b3
1
Parent(s): 259aabc
Add image generation tool to agent for enhanced functionality
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ agent = CodeAgent(
|
|
| 66 |
get_current_time_in_timezone,
|
| 67 |
DuckDuckGoSearchTool(),
|
| 68 |
VisitWebpageTool(),
|
|
|
|
| 69 |
], ## add your tools here (don't remove final answer)
|
| 70 |
max_steps=6,
|
| 71 |
verbosity_level=1,
|
|
|
|
| 66 |
get_current_time_in_timezone,
|
| 67 |
DuckDuckGoSearchTool(),
|
| 68 |
VisitWebpageTool(),
|
| 69 |
+
image_generation_tool,
|
| 70 |
], ## add your tools here (don't remove final answer)
|
| 71 |
max_steps=6,
|
| 72 |
verbosity_level=1,
|