Skip to content

Default the CI model to Qwen, the model this build is measured on - #70

Merged
Robbie1977 merged 1 commit into
mainfrom
chore/ci-default-model-qwen
Sep 11, 2026
Merged

Robbie1977 merged 1 commit into
mainfrom
chore/ci-default-model-qwen

Conversation

@Robbie1977

Copy link
Copy Markdown
Contributor

The task-battery and a11y-audit workflows fell back to meta-llama/Llama-3.3-70B-Instruct when no ELM_MODEL secret was set, and the README's .env.local example named it too — leftovers from before v4.0.0 moved the app to Qwen. With the repository secrets about to carry only the gateway URL and key, the workflow default is what CI runs, and it has to be the model production runs.

Every recent battery job's startup report said "Model resolution is off the measured profile", and the language tasks from #68 (L2/L3/L5/L6) fail intermittently on the fallback model while passing 6/6 on Qwen — which is why main has been red since v4.2.19 with T1–T7 all green.

Three files, five lines: the two workflow fallbacks and the README example. Not included: making the off-profile warning fail the battery job outright — worth doing separately if we want CI to refuse to grade the wrong model.

The task-battery and a11y-audit workflows fell back to Llama-3.3-70B when
no ELM_MODEL secret was set, and the README's .env.local example named it
too — both leftovers from before v4.0.0 moved the app to Qwen. With the
repository secret about to carry only the gateway URL and key, the default
is what CI runs, and it has to be the model production runs: the startup
report in every recent battery job said "Model resolution is off the
measured profile", and the L2/L3/L5 language tasks fail on the fallback
model while passing on Qwen.
@Robbie1977
Robbie1977 merged commit cedc76b into main Sep 11, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant