Delete examples/ddg_leopard.py

This commit is contained in:
Aymeric Roucher 2025-01-06 19:33:23 +01:00 committed by GitHub
parent 8ec6674592
commit 1f24794ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -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?")