Spaces:
Sleeping
Sleeping
Update app.py
Browse fileschanging the order of tools
app.py
CHANGED
|
@@ -122,7 +122,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 122 |
|
| 123 |
agent = CodeAgent(
|
| 124 |
model=model,
|
| 125 |
-
tools=[
|
| 126 |
max_steps=6,
|
| 127 |
verbosity_level=1,
|
| 128 |
grammar=None,
|
|
|
|
| 122 |
|
| 123 |
agent = CodeAgent(
|
| 124 |
model=model,
|
| 125 |
+
tools=[get_movies_by_zipcode, final_answer, image_generation_tool], ## add your tools here (don't remove final answer)
|
| 126 |
max_steps=6,
|
| 127 |
verbosity_level=1,
|
| 128 |
grammar=None,
|