From 59743a99b4899171bc0fb5e38f67b8942d278835 Mon Sep 17 00:00:00 2001 From: Yige Date: Sat, 29 Aug 2026 00:58:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(compute):=20=E9=BB=98=E8=AE=A4=E8=AF=9D?= =?UTF-8?q?=E9=A2=98/=E6=91=98=E8=A6=81=E6=A8=A1=E5=9E=8B=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E8=A3=B8=20mimo-v2.5=EF=BC=88lightweight=20=E6=A1=A3?= =?UTF-8?q?=EF=BC=89=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit defaultServiceMap.summary.modelName: mimo-v2.5-pro → mimo-v2.5。 mimo-v2.5-pro 是 flagship 档(model-specs/xiaomi.json 里 tier=flagship), 裸 mimo-v2.5 才是 lightweight 档、支持 vision 的全模态版本,更符合摘要 用轻量模型的本意。 已知:该模型目前尚未出现在 desirecore-cloud 账号实时同步的模型列表里 (compute/providers/xiaomi.json 静态目录同样只有 -pro/-asr/-tts 三个变体), 应用侧的 applySummaryModelPin 精确匹配当前会跳过钉选、原样透传(不报错, 但也不生效),账号后续同步到该模型后自动生效,无需再改代码或数据。 --- compute/service-map.json | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/service-map.json b/compute/service-map.json index 59e2515..cdabdf2 100644 --- a/compute/service-map.json +++ b/compute/service-map.json @@ -76,7 +76,7 @@ "providerId": "provider-minimax-001" }, "summary": { - "modelName": "mimo-v2.5-pro", + "modelName": "mimo-v2.5", "providerId": "desirecore-cloud" } } diff --git a/manifest.json b/manifest.json index ffe3b25..e434708 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 104, + "presetDataVersion": 105, "updatedAt": "2026-08-28", "description": "DesireCore 官方配置中心" }