Skip to content

Commit 24107e7

Browse files
committed
make round robin have diverse model names
1 parent 2e258df commit 24107e7

5 files changed

Lines changed: 14 additions & 15 deletions

File tree

commit_message.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/multi_agent/round_robin_examples/engineering_design_review.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"are willing to accept. In loop 2, revise based on the critique "
2020
"you received."
2121
),
22-
model_name="gpt-4.1",
22+
model_name="gpt-5.4",
2323
max_loops=1,
2424
)
2525

@@ -31,7 +31,7 @@
3131
"blast radius of failures, rollback story, observability gaps, "
3232
"and on-call burden. Give specific, actionable pushback."
3333
),
34-
model_name="gpt-4.1",
34+
model_name="claude-sonnet-4-6",
3535
max_loops=1,
3636
)
3737

@@ -43,7 +43,7 @@
4343
"authz, data exposure, supply chain, and trust boundaries. "
4444
"Name at least one concrete attack the prior speakers missed."
4545
),
46-
model_name="gpt-4.1",
46+
model_name="gemini/gemini-2.5-pro",
4747
max_loops=1,
4848
)
4949

@@ -56,7 +56,7 @@
5656
"change to the design that addresses the blocking ones. End "
5757
"your turn with a clear ship / iterate / reject verdict."
5858
),
59-
model_name="gpt-4.1",
59+
model_name="claude-opus-4-7",
6060
max_loops=1,
6161
)
6262

examples/multi_agent/round_robin_examples/investment_committee_etf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"case: market fit, expected AUM, and how the product slots into "
1919
"the existing lineup. Be concrete about target investors."
2020
),
21-
model_name="gpt-4.1",
21+
model_name="claude-opus-4-7",
2222
max_loops=1,
2323
)
2424

@@ -31,7 +31,7 @@
3131
"selloff, tracking error, liquidity of the underlying basket. "
3232
"Quantify wherever possible."
3333
),
34-
model_name="gpt-4.1",
34+
model_name="gpt-5.4",
3535
max_loops=1,
3636
)
3737

@@ -44,7 +44,7 @@
4444
"criteria, and how it differs from existing thematic ETFs in "
4545
"the market."
4646
),
47-
model_name="gpt-4.1",
47+
model_name="gemini/gemini-2.5-pro",
4848
max_loops=1,
4949
)
5050

@@ -56,7 +56,7 @@
5656
"naming-rule concerns (e.g. SEC Names Rule 35d-1). State what "
5757
"must be true for the product to be approved."
5858
),
59-
model_name="gpt-4.1",
59+
model_name="claude-sonnet-4-6",
6060
max_loops=1,
6161
)
6262

examples/multi_agent/round_robin_examples/medical_treatment_review.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rates for the staging given, and contraindications. Be precise "
1919
"about which regimens you would consider first-line."
2020
),
21-
model_name="gpt-4.1",
21+
model_name="claude-opus-4-7",
2222
max_loops=1,
2323
)
2424

@@ -31,7 +31,7 @@
3131
"surgery sequences with the systemic plan the prior speaker "
3232
"proposed (neoadjuvant vs adjuvant)."
3333
),
34-
model_name="gpt-4.1",
34+
model_name="gpt-5.4",
3535
max_loops=1,
3636
)
3737

@@ -44,7 +44,7 @@
4444
"back if the proposed plan trades quality of life for marginal "
4545
"survival benefit. Suggest concrete symptom-management additions."
4646
),
47-
model_name="gpt-4.1",
47+
model_name="gemini/gemini-2.5-pro",
4848
max_loops=1,
4949
)
5050

examples/multi_agent/round_robin_examples/round_robin_example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"You are an optimist. Your job is to identify the strongest "
1313
"reasons the proposal under discussion will succeed. Be specific."
1414
),
15-
model_name="gpt-4.1",
15+
model_name="claude-sonnet-4-6",
1616
max_loops=1,
1717
)
1818

@@ -24,7 +24,7 @@
2424
"speaker's strongest claim with a concrete failure mode or "
2525
"missing assumption."
2626
),
27-
model_name="gpt-4.1",
27+
model_name="gpt-5.4",
2828
max_loops=1,
2929
)
3030

@@ -35,7 +35,7 @@
3535
"You are a synthesiser. Reconcile the optimist's case and the "
3636
"skeptic's pushback into one clear recommendation."
3737
),
38-
model_name="gpt-4.1",
38+
model_name="gemini/gemini-2.5-pro",
3939
max_loops=1,
4040
)
4141

0 commit comments

Comments
 (0)