Beurk911 commited on
Commit
5c01785
·
verified ·
1 Parent(s): c91945a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)