fix: MiMo 上下文窗口 1M + Agnes 多模态支持 Base64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user