mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
feat(providers): add CommonModels for MiMo provider
Add mimo-v2.5 (multimodal) and mimo-v2.5-pro to MiMo's CommonModels so the WebUI recommends vision-capable models by default. mimo-v2.5 supports image understanding while mimo-v2.5-pro is text-only. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -460,6 +460,7 @@ var modelProviderOptionsByName = map[string]ModelProviderOption{
|
||||
DefaultModelAllowed: true,
|
||||
SupportsFetch: true,
|
||||
Priority: 39,
|
||||
CommonModels: []string{"mimo-v2.5", "mimo-v2.5-pro"},
|
||||
httpAPI: true,
|
||||
},
|
||||
"avian": {
|
||||
|
||||
Reference in New Issue
Block a user