Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 58 |
agent = CodeAgent(
|
| 59 |
model=model,
|
| 60 |
tools=[
|
| 61 |
-
final_answer,
|
| 62 |
DuckDuckGo_SearchTool,
|
| 63 |
image_generation_tool,
|
| 64 |
],## add your tools here (don't remove final answer)
|
|
|
|
| 58 |
agent = CodeAgent(
|
| 59 |
model=model,
|
| 60 |
tools=[
|
| 61 |
+
# final_answer,
|
| 62 |
DuckDuckGo_SearchTool,
|
| 63 |
image_generation_tool,
|
| 64 |
],## add your tools here (don't remove final answer)
|