Add support for Ollama model parameters mirostat-eta
and mirostat-tau
#3345
Labels
area:configuration
Relates to configuration options
kind:enhancement
Indicates a new feature request, imrovement, or extension
"needs-triage"
Validations
Problem
The
config.json
schema supports themirostat
completion option for Ollama models, but not the other configuration parameters that are paired with it. The Ollama model parameters finally caught up to llama.cpp and now support more of the configuration parameters both in their Modelfile parsing and in their API.Ollama API
options
Ollama Modelfile params
Additionally, it looks like someone already added support in the Ollama interface:
continue/core/llm/llms/Ollama.ts
Lines 9 to 29 in 4ba3d98
Solution
It really should just be a matter of updating the
schema.ts
definition:continue/core/control-plane/schema.ts
Lines 47 to 63 in 4ba3d98
The text was updated successfully, but these errors were encountered: