From 51c0af2f15d62e33895c36efdfbd5762d9f5a973 Mon Sep 17 00:00:00 2001 From: hex2077 Date: Fri, 10 Apr 2026 16:49:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=B9=B6=E7=A7=BB=E9=99=A4=E5=B7=B2=E5=BC=83=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 OpenAI Qwen OAuth 提供者中已弃用的模型 'qwen3.6-plus' 和 'qwen3.5-plus',同时将项目版本号更新至 2.13.5.1。 --- VERSION | 2 +- src/providers/provider-models.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8bbab56..49e570d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.5 +2.13.5.1 diff --git a/src/providers/provider-models.js b/src/providers/provider-models.js index 7fce550..1c66344 100644 --- a/src/providers/provider-models.js +++ b/src/providers/provider-models.js @@ -46,8 +46,6 @@ export const PROVIDER_MODELS = { 'openai-qwen-oauth': [ 'coder-model', 'vision-model', - 'qwen3.6-plus', - 'qwen3.5-plus', 'qwen3-coder-plus', 'qwen3-coder-flash', ],