Neuralsingh123 commited on
Commit
d3064d0
·
verified ·
1 Parent(s): 6136044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with open("prompts.yaml", 'r') as stream:
63
 
64
  agent = CodeAgent(
65
  model=model,
66
- tools=[get_news_headlines(), DuckDuckGoSearchTool()], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,
 
63
 
64
  agent = CodeAgent(
65
  model=model,
66
+ tools=[get_news_headlines, DuckDuckGoSearchTool()], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,