Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,11 @@ agent = CodeAgent(
|
|
| 98 |
model=model,
|
| 99 |
tools=[final_answer,
|
| 100 |
DuckDuckGoSearchTool(),
|
|
|
|
|
|
|
| 101 |
calculator,
|
|
|
|
|
|
|
| 102 |
get_current_time_in_timezone,
|
| 103 |
image_generation_tool,
|
| 104 |
], ## add your tools here (don't remove final answer)
|
|
|
|
| 98 |
model=model,
|
| 99 |
tools=[final_answer,
|
| 100 |
DuckDuckGoSearchTool(),
|
| 101 |
+
|
| 102 |
+
# Mine
|
| 103 |
calculator,
|
| 104 |
+
get_todays_stock,
|
| 105 |
+
|
| 106 |
get_current_time_in_timezone,
|
| 107 |
image_generation_tool,
|
| 108 |
], ## add your tools here (don't remove final answer)
|