Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,7 +293,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 293 |
|
| 294 |
agent = CodeAgent(
|
| 295 |
model=model,
|
| 296 |
-
tools=[final_answer, get_horoscope], ## add your tools here (don't remove final answer)
|
| 297 |
max_steps=6,
|
| 298 |
verbosity_level=1,
|
| 299 |
grammar=None,
|
|
|
|
| 293 |
|
| 294 |
agent = CodeAgent(
|
| 295 |
model=model,
|
| 296 |
+
tools=[final_answer, get_current_time_in_timezone, get_horoscope, get_date_panchang, get_holidays, get_monthly_festivals], ## add your tools here (don't remove final answer)
|
| 297 |
max_steps=6,
|
| 298 |
verbosity_level=1,
|
| 299 |
grammar=None,
|