From 34a75a7b25effe54117f78a5a515bd08d78b891d Mon Sep 17 00:00:00 2001 From: yi-ge Date: Fri, 8 May 2026 15:48:20 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=B9=E4=B8=BA=20GLM-5=EF=BC=9Bbump=20pre?= =?UTF-8?q?setDataVersion=20to=2043?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- compute/providers/internal-testing.json | 40 ++++++++++++------------- manifest.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 46a3c20..e5bb7d7 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -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", diff --git a/manifest.json b/manifest.json index 1d80cfd..fa4dcad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 42, + "presetDataVersion": 43, "updatedAt": "2026-05-08", "description": "DesireCore 官方配置中心" }