Problem
The Ollama provider currently supports gemma4:latest, but does not
recognize the explicit gemma4:12b model tag.
gemma4:12b is a distinct Ollama model variant rather than an alias for
the current latest model. It provides a 12B model option and a 256K
context window.
Because provider resolution uses the model entries in providers.json,
users who have pulled gemma4:12b cannot currently select it through
DEFAULT_MODEL.
Proposed change
Add gemma4:12b to the Ollama model list in providers.json using the
existing Gemma model sampling configuration.
I can implement and test this change with the resume-scoring pipeline.
Problem
The Ollama provider currently supports
gemma4:latest, but does notrecognize the explicit
gemma4:12bmodel tag.gemma4:12bis a distinct Ollama model variant rather than an alias forthe current
latestmodel. It provides a 12B model option and a 256Kcontext window.
Because provider resolution uses the model entries in
providers.json,users who have pulled
gemma4:12bcannot currently select it throughDEFAULT_MODEL.Proposed change
Add
gemma4:12bto the Ollama model list inproviders.jsonusing theexisting Gemma model sampling configuration.
I can implement and test this change with the resume-scoring pipeline.