fix(config): add missing Ollama provider config
This commit is contained in:
parent
7026f23f65
commit
8884b243d9
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ type ProvidersConfig struct {
|
|||
VLLM ProviderConfig `json:"vllm"`
|
||||
Gemini ProviderConfig `json:"gemini"`
|
||||
Nvidia ProviderConfig `json:"nvidia"`
|
||||
Ollama ProviderConfig `json:"ollama"`
|
||||
Moonshot ProviderConfig `json:"moonshot"`
|
||||
ShengSuanYun ProviderConfig `json:"shengsuanyun"`
|
||||
DeepSeek ProviderConfig `json:"deepseek"`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue