Skip to content

Commit

Permalink
Wtf is even swift
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed Dec 31, 2024
1 parent 66a4d34 commit 79b926a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smolagents.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:

Today we are launching `smolagents`, a very simple library that unlocks agentic capabilities for language models. Here’s a glimpse:

```swift
```python
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel

agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
Expand Down

0 comments on commit 79b926a

Please sign in to comment.