Skip to content

Commit

Permalink
[website] fix code imports
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 26, 2024
1 parent 1938b98 commit 53c5844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/blog/2024-11-19-Hal9_Swarm/Hal9_Swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ single model may not capture the full spectrum of insights required.
### Example Code

```python
import json import hal9 as h9 from dotenv import
import json
import hal9 as h9
from dotenv import
load_dotenv from swarm import Swarm, Agent, repl
from recommendations import book_recommendation, comic_recommendation, movie_recommendation

Expand Down

0 comments on commit 53c5844

Please sign in to comment.