Delete examples/ddg_leopard.py
This commit is contained in:
parent
8ec6674592
commit
1f24794ca5
|
@ -1,5 +0,0 @@
|
|||
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
|
||||
|
||||
agent = CodeAgent(tools=[DuckDuckGoSearchTool(max_results=2)], model=HfApiModel())
|
||||
|
||||
agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?")
|
Loading…
Reference in New Issue