Spaces:
Runtime error
Runtime error
File size: 301 Bytes
49e830e 8fe992b 91f5895 9b5b26a 91f5895 9b5b26a 91f5895 8c01ffb 1c85f8c 8c01ffb 1c85f8c | 1 2 3 4 5 6 7 8 9 10 11 | pip install smolagents -U
from huggingface_hub import login
login()
ffrom smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
agent.run("Search for the best music recommendations for a party at the Wayne's mansion.") |