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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,8 @@ jobs:
model:
- anthropic/claude-sonnet-4-5-latest
- anthropic/claude-opus-4-5-latest
- google/gemini-3-pro
- openai/gpt-5
fail-fast: false
steps:
- name: steps::checkout_repo

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 {