1 parent 120c0ab commit 39182eeCopy full SHA for 39182ee
1 file changed
examples/multi_agent/fugu_agent/example_basic.py
@@ -19,7 +19,7 @@
19
def main() -> None:
20
"""Run a simple FuguAgent task."""
21
agent = FuguAgent(
22
- coordinator_model="gpt-4o-mini",
+ coordinator_model="gpt-5",
23
max_turns=5,
24
verbose=True,
25
)
0 commit comments