From 6353806da625d82c6989436443b2fb37e21923ab Mon Sep 17 00:00:00 2001 From: foxhui Date: Thu, 9 Apr 2026 04:15:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20GPT=20=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E6=A8=A1=E5=9E=8B=E5=88=97=E8=A1=A8=20(closes=20#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/backend/adapter/chatgpt_text.js | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6840dbf..4063504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **适配器** - 更新 Arena 的模型列表 + - 更新 ChatGPT 文本生成的模型列表 ## [3.6.4] - 2026-04-07 diff --git a/src/backend/adapter/chatgpt_text.js b/src/backend/adapter/chatgpt_text.js index 0247e31..dd6b8b6 100644 --- a/src/backend/adapter/chatgpt_text.js +++ b/src/backend/adapter/chatgpt_text.js @@ -265,12 +265,10 @@ export const manifest = { // 模型列表 models: [ - { id: 'gpt-5.2', codeName: 'GPT-5.2 Instant', imagePolicy: 'optional' }, - { id: 'gpt-5.2-thinking', codeName: 'GPT-5.2 Thinking', imagePolicy: 'optional' }, - { id: 'gpt-5.1', codeName: 'GPT-5.1 Instant', imagePolicy: 'optional' }, - { id: 'gpt-5.1-thinking', codeName: 'GPT-5.1 Thinking', imagePolicy: 'optional' }, - { id: 'gpt-5', codeName: 'GPT-5 Instant', imagePolicy: 'optional' }, - { id: 'gpt-5-thinking', codeName: 'GPT-5 Thinking', imagePolicy: 'optional' }, + { id: 'gpt-5.4', codeName: 'GPT-5.4 Instant', imagePolicy: 'optional' }, + { id: 'gpt-5.4-thinking', codeName: 'GPT-5.4 Thinking', imagePolicy: 'optional' }, + { id: 'gpt-5.3', codeName: 'GPT-5.3 Instant', imagePolicy: 'optional' }, + { id: 'gpt-5.3-thinking', codeName: 'GPT-5.3 Thinking', imagePolicy: 'optional' }, ], // 无需导航处理器