Skip to content

Commit 39182ee

Browse files
authored
Update example_basic.py
1 parent 120c0ab commit 39182ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/multi_agent/fugu_agent/example_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
def main() -> None:
2020
"""Run a simple FuguAgent task."""
2121
agent = FuguAgent(
22-
coordinator_model="gpt-4o-mini",
22+
coordinator_model="gpt-5",
2323
max_turns=5,
2424
verbose=True,
2525
)

0 commit comments

Comments
 (0)