mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 12:18:26 +08:00
fix: Kimi K2.5 添加 apiModelId 修正 API 模型名
kimi-k2.5 为内部标识,上游 API 期望 kimi-2.5。 添加 apiModelId 字段指定正确的 API 调用名。 presetDataVersion: 1 → 2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1346,6 +1346,7 @@
|
||||
"models": [
|
||||
{
|
||||
"modelName": "kimi-k2.5",
|
||||
"apiModelId": "kimi-2.5",
|
||||
"displayName": "Kimi K2.5",
|
||||
"serviceType": "chat",
|
||||
"description": "月之暗面Kimi K2.5,2026年1月发布的开源新一代模型",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 1,
|
||||
"updatedAt": "2026-02-21",
|
||||
"presetDataVersion": 2,
|
||||
"updatedAt": "2026-02-22",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user