chore(internal-testing): 默认模型改为 GLM-5;bump presetDataVersion to 43

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 15:48:20 +08:00
parent 86329ef928
commit 34a75a7b25
2 changed files with 21 additions and 21 deletions

View File

@@ -16,6 +16,26 @@
"MiniMax-M2.7"
],
"models": [
{
"modelName": "glm-5",
"displayName": "GLM-5",
"serviceType": [
"chat"
],
"description": "智谱 GLM-5 大语言模型200K 上下文",
"contextWindow": 100000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{
"modelName": "MiniMax-M2.7-highspeed",
"displayName": "MiniMax-M2.7 高速版",
@@ -59,26 +79,6 @@
"defaultTopP": 0.95,
"extra": {}
},
{
"modelName": "glm-5",
"displayName": "GLM-5",
"serviceType": [
"chat"
],
"description": "智谱 GLM-5 大语言模型200K 上下文",
"contextWindow": 100000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{
"modelName": "glm-5-turbo",
"displayName": "GLM-5-Turbo",

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 42,
"presetDataVersion": 43,
"updatedAt": "2026-05-08",
"description": "DesireCore 官方配置中心"
}