mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Unit eval GPT-5 and Gemini 3 Pro (#43916)
Follow-up to #43907 Release Notes: - N/A
This commit is contained in:
parent
89841d034d
commit
da3bab18fe
2 changed files with 4 additions and 0 deletions
2
.github/workflows/run_cron_unit_evals.yml
vendored
2
.github/workflows/run_cron_unit_evals.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue