Skip to content

Commit

Permalink
[website] follow up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 26, 2024
1 parent 53c5844 commit 63fcde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-11-19-Hal9_Swarm/Hal9_Swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ single model may not capture the full spectrum of insights required.
```python
import json
import hal9 as h9
from dotenv import
load_dotenv from swarm import Swarm, Agent, repl
from dotenv import load_dotenv
from swarm import Swarm, Agent, repl
from recommendations import book_recommendation, comic_recommendation, movie_recommendation

load_dotenv()
Expand Down

0 comments on commit 63fcde6

Please sign in to comment.