Skip to content

Commit bc82d1c

Browse files
Update README.md fix quick demo code import bug (#327)
1 parent b351a8c commit bc82d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pip install smolagents
5454
```
5555
Then define your agent, give it the tools it needs and run it!
5656
```py
57-
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel,
57+
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
5858

5959
agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
6060

0 commit comments

Comments
 (0)