Spaces:
Sleeping
Sleeping
Fix app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 199 |
|
| 200 |
agent = CodeAgent(
|
| 201 |
model=model,
|
| 202 |
-
tools=[final_answer, get_current_time_in_timezone, get_current_weather,
|
| 203 |
max_steps=6,
|
| 204 |
verbosity_level=1,
|
| 205 |
grammar=None,
|
|
|
|
| 199 |
|
| 200 |
agent = CodeAgent(
|
| 201 |
model=model,
|
| 202 |
+
tools=[final_answer, get_current_time_in_timezone, get_current_weather, recommend_activities_auto], ## add your tools here (don't remove final answer)
|
| 203 |
max_steps=6,
|
| 204 |
verbosity_level=1,
|
| 205 |
grammar=None,
|