feat(internal-testing): add MiniMax-M2.7-highspeed as provider default model

- 在内测专用 provider 新增模型 MiniMax-M2.7-highspeed (高速版)
- 插入到 models 数组最前面, 基于前端 fallback 逻辑 (app/utils/compute-helpers.ts:
  fallback.models.find(chat) ?? fallback.models[0]) 成为该 provider 的默认选项
- bump presetDataVersion 18 -> 19
This commit is contained in:
2026-04-19 23:28:39 +08:00
parent c7a24a7acd
commit 5276339aa5
2 changed files with 103 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 20,
"presetDataVersion": 21,
"updatedAt": "2026-04-19",
"description": "DesireCore 官方配置中心"
}