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
@@ -73,7 +73,7 @@ export function OnboardingWizard(): React.JSX.Element | null {
const DEFAULT_CTX: Record<string, number | null> = {
deepseek: 1_000_000,
agnes: 1_000_000,
mimo: 131_072,
mimo: 1_000_000,
ollama: null,
};
// 上下文窗口校验:ollama 允许空,最小 512;其他 provider 最小 4096