From edee9ae929182d68e5b57e7646b6320cb855a676 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sat, 4 Apr 2026 23:57:52 -0700 Subject: [PATCH] Update ci_auto_bisect.py to use correct model (#22142) --- scripts/ci_monitor/ci_auto_bisect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_monitor/ci_auto_bisect.py b/scripts/ci_monitor/ci_auto_bisect.py index 22f7d9124..1bc1f3042 100755 --- a/scripts/ci_monitor/ci_auto_bisect.py +++ b/scripts/ci_monitor/ci_auto_bisect.py @@ -34,7 +34,7 @@ REPO = "sgl-project/sglang" GITHUB_API = "https://api.github.com" # Claude model to use -CLAUDE_MODEL = "claude-sonnet-4-5-20250514" +CLAUDE_MODEL = "claude-sonnet-4-6" # Path to the bisect skill definition (relative to repo root) BISECT_SKILL_PATH = ".claude/skills/sglang-bisect-ci-regression/SKILL.md"