From 5a25931c44b41fcd7a23fda8324aaf0c9f7ab182 Mon Sep 17 00:00:00 2001 From: Kaiming Cheng Date: Thu, 28 May 2026 14:30:15 -0700 Subject: [PATCH] Use gpt-5-5 in beam search example config Bump the example beam_search strategy default model from claude-opus-4.5 to gpt-5-5 (high reasoning effort unchanged). Unknown model names route through the relay provider, so this behaves the same way the previous relay-only default did. --- examples/configs/beam_search.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/configs/beam_search.yaml b/examples/configs/beam_search.yaml index 1d447927..86a8f05f 100644 --- a/examples/configs/beam_search.yaml +++ b/examples/configs/beam_search.yaml @@ -24,7 +24,7 @@ num_workers: 4 strategy_config: num_top_kernels: 2 num_bottlenecks: 2 -openai_model: claude-opus-4.5 +openai_model: gpt-5-5 high_reasoning_effort: true # Worker configuration