chore(ci): switch auto-label to ministral-8b-2512, add model override input - #60
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
ministral-8b-2512(wasmistral-medium-latest)workflow_dispatchinputmodel, overriding the model inlabel-config.ymlso swapping models needs no file editThis workflow has no
pull_requesttrigger, so the "don't label PRs" part of the internal change does not apply here.Why
The internal repo's identical workflow failed on every run with
429 Rate limit exceededonmistral-medium-latest. That is on Mistral's side, not ours: the workflow fires a handful of times a day, nowhere near any plausible quota. The ministral models are a different, cheaper path that is currently working.Model ids, measured
A throwaway probe step in the internal repo sent one minimal request per candidate:
/v1/modelslistsministral-3b-2512,ministral-8b-2512,ministral-14b-2512(plus-latestaliases).Verification (dry-run on issue #43)
This repo's prompt also does spam and duplicate detection, so JSON compliance matters more here. Both models handled it:
Runs
34920092114(8b) and the 14b run right after it both completed successfully. 8b is the default here for cost and speed; switch to 14b by editing one line inlabel-config.ymlor by passing themodeldispatch input.Known limitations