Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
104 |
|
105 |
agent = CodeAgent(
|
106 |
model=model,
|
107 |
-
tools=[final_answer, get_current_time_in_timezone, image_generation_tool, duckduckgosearch_tool], ## add your tools here (don't remove final answer)
|
108 |
max_steps=6,
|
109 |
verbosity_level=1,
|
110 |
grammar=None,
|
|
|
104 |
|
105 |
agent = CodeAgent(
|
106 |
model=model,
|
107 |
+
tools=[final_answer, get_current_time_in_timezone, image_generation_tool, duckduckgosearch_tool, ai_fortune_teller], ## add your tools here (don't remove final answer)
|
108 |
max_steps=6,
|
109 |
verbosity_level=1,
|
110 |
grammar=None,
|