Unit eval GPT-5 and Gemini 3 Pro (#43916)

Follow-up to #43907

Release Notes:

- N/A
This commit is contained in:
Richard Feldman
2025-12-01 11:41:15 -05:00
committed by GitHub
parent 89841d034d
commit da3bab18fe
2 changed files with 4 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ fn cron_unit_evals() -> NamedJob {
const UNIT_EVAL_MODELS: &[&str] = &[
"anthropic/claude-sonnet-4-5-latest",
"anthropic/claude-opus-4-5-latest",
"google/gemini-3-pro",
"openai/gpt-5",
];
fn cron_unit_evals_job() -> Job {