mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 16:01:33 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 20,
|
||||
"presetDataVersion": 21,
|
||||
"updatedAt": "2026-04-19",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user