Merge pull request #2915 from SiYue-ZO/feat/mimo-common-models
feat(providers): add CommonModels for MiMo provider
This commit is contained in:
commit
89ee8f1b39
1 changed files with 1 additions and 0 deletions
|
|
@ -474,6 +474,7 @@ var modelProviderOptionsByName = map[string]ModelProviderOption{
|
||||||
DefaultModelAllowed: true,
|
DefaultModelAllowed: true,
|
||||||
SupportsFetch: true,
|
SupportsFetch: true,
|
||||||
Priority: 39,
|
Priority: 39,
|
||||||
|
CommonModels: []string{"mimo-v2.5", "mimo-v2.5-pro"},
|
||||||
httpAPI: true,
|
httpAPI: true,
|
||||||
},
|
},
|
||||||
"avian": {
|
"avian": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue