Skip to content

Commit 92f6685

Browse files
fix: typo
1 parent cc02293 commit 92f6685

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ No brittle prompts. No guesswork. Just reliable, testable AI agents.
5656
from flock.core import Flock, FlockFactory
5757

5858
# 1. Create the main orchestrator
59-
my_flock = Flock(model="openai/gpt-4o")
59+
my_flock = Flock(model="openai/gpt-4.1")
6060

6161
# 2. Declaratively define an agent
6262
brainstorm_agent = FlockFactory.create_default_agent(

0 commit comments

Comments
 (0)