Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 147 |
|
| 148 |
agent = CodeAgent(
|
| 149 |
model=model,
|
| 150 |
-
tools=[final_answer, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
|
| 151 |
max_steps=6,
|
| 152 |
verbosity_level=1,
|
| 153 |
grammar=None,
|
|
|
|
| 147 |
|
| 148 |
agent = CodeAgent(
|
| 149 |
model=model,
|
| 150 |
+
tools=[final_answer, get_current_time_in_timezone, get_weather_forecast], ## add your tools here (don't remove final answer)
|
| 151 |
max_steps=6,
|
| 152 |
verbosity_level=1,
|
| 153 |
grammar=None,
|