overllm
Version updated for https://github.com/theadamdanielsson/overllm to version v0.4.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Two deterministic model-hygiene rules.
deprecated-model: flags amodelid that’s retired (the call 404s) or deprecated and scheduled for removal, and names the current model to switch to. Exact-match against a known list, so a live model or alias is never flagged.unsupported-params: flagstemperature/top_p/top_kset on a model that rejects them — the OpenAI o-series and the newest Anthropic models, where the parameter is a no-op or a 400.
Both stay silent when the model isn’t a plain string literal.