Spaces:
Sleeping
Sleeping
Update app.py
Browse filestesting without object_detection in tools, because of an error.
app.py
CHANGED
|
@@ -127,7 +127,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 127 |
|
| 128 |
agent = CodeAgent(
|
| 129 |
model=model,
|
| 130 |
-
tools=[
|
| 131 |
max_steps=6,
|
| 132 |
verbosity_level=1,
|
| 133 |
grammar=None,
|
|
|
|
| 127 |
|
| 128 |
agent = CodeAgent(
|
| 129 |
model=model,
|
| 130 |
+
tools=[DuckDuckGoSearchTool(), final_answer], ## add your tools here (don't remove final answer)
|
| 131 |
max_steps=6,
|
| 132 |
verbosity_level=1,
|
| 133 |
grammar=None,
|