Update ci_auto_bisect.py to use correct model (#22142)

This commit is contained in:
Kangyan-Zhou
2026-04-04 23:57:52 -07:00
committed by GitHub
parent 723ed6c3c4
commit edee9ae929
+1 -1
View File
@@ -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"