fix: MiMo 上下文窗口 1M + Agnes 多模态支持 Base64

This commit is contained in:
2026-07-22 20:51:53 +08:00
parent 96b6f0b63d
commit e161fe059f
7 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export const SEED_DEFAULTS: Record<string, unknown> = {
'ollama.numCtx': null,
'deepseek.contextWindow': 1000000,
'agnes.contextWindow': 1000000,
'mimo.contextWindow': 131072,
'mimo.contextWindow': 1000000,
'onboarding.completed': false,
};