quizhoomail commited on
Commit
9b7856b
·
verified ·
1 Parent(s): 0d3f1f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
2
 
3
  agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
4
 
5
- agent.run("What is the capital of India?")
 
2
 
3
  agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
4
 
5
+ agent.run("What is the sum of 2 and 6")