ajitkumar22 commited on
Commit
5fb5960
·
verified ·
1 Parent(s): 9a97e3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with open("prompts.yaml", 'r') as stream:
93
  agent = CodeAgent(
94
  model=model,
95
  #tools=[final_answer, image_generation_tool, DuckDuckGoSearchTool()], ## add your tools here (don't remove final answer)
96
- tools = [final_answer, futuristic_profession_predictor],
97
  max_steps=20,
98
  verbosity_level=1,
99
  grammar=None,
 
93
  agent = CodeAgent(
94
  model=model,
95
  #tools=[final_answer, image_generation_tool, DuckDuckGoSearchTool()], ## add your tools here (don't remove final answer)
96
+ tools = [final_answer, futuristic_profession_predictor, personIdentifier],
97
  max_steps=20,
98
  verbosity_level=1,
99
  grammar=None,