Commit 41c95f9
fix(agent-eval): bump LLM-judge default model off EOL claude-sonnet-4 (#965)
The LLM-judge default was pinned to claude-sonnet-4-20250514, which is
deprecated and now returns a 404 not_found_error. CI doesn't set
EVAL_SCORE_MODEL, so it fell back to the dead default and every scenario
failed. Bump the default (and the .env.example / help-text references)
to claude-sonnet-4-6.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cc89cf0 commit 41c95f9
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments