fix: 修复 GPT 缺少系统提示词 (closes #76),尝试修复 GPT 模型选择的问题 (ref #81)

This commit is contained in:
foxhui
2026-04-24 01:01:29 +08:00
Unverified
parent 51cf59285b
commit b985a5da05
2 changed files with 10 additions and 4 deletions
+7
View File
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.6.7] - 2026-04-24
### 🐛 Fixed
- **适配器**
- 修复 ChatGPT 缺少系统提示词的问题
- 尝试修复 ChatGPT 选择模型的问题 (目前应该是灰度测试,有些账号界面不一样,并且作者没有会员账号仅为猜测修复)
## [3.6.6] - 2026-04-12
### 🐛 Fixed
+3 -4
View File
@@ -265,10 +265,9 @@ export const manifest = {
// 模型列表
models: [
{ 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' },
{ id: 'gpt-instant', codeName: 'Instant', imagePolicy: 'optional', type: 'text' },
{ id: 'gpt-thinking', codeName: 'Thinking', imagePolicy: 'optional', type: 'text' },
{ id: 'gpt-pro', codeName: 'Pro', imagePolicy: 'optional', type: 'text' }
],
// 无需导航处理器