There was an error while loading. Please reload this page.
1 parent cc02293 commit 92f6685Copy full SHA for 92f6685
2 files changed
README.md
@@ -56,7 +56,7 @@ No brittle prompts. No guesswork. Just reliable, testable AI agents.
56
from flock.core import Flock, FlockFactory
57
58
# 1. Create the main orchestrator
59
-my_flock = Flock(model="openai/gpt-4o")
+my_flock = Flock(model="openai/gpt-4.1")
60
61
# 2. Declaratively define an agent
62
brainstorm_agent = FlockFactory.create_default_agent(
examples
0 commit comments