fix: remove discontinued gpt-5.4 and gpt-5.3-codex from QTCOOL fallback model list

This commit is contained in:
晴天
2026-03-10 22:56:19 +08:00
parent d6361b4e89
commit 17b4f3d6b3
3 changed files with 2 additions and 6 deletions

View File

@@ -23,9 +23,7 @@ const QTCOOL = {
site: 'https://gpt.qt.cool/',
usageUrl: 'https://gpt.qt.cool/user?key=',
models: [
{ id: 'gpt-5.4', name: 'GPT-5.4', hot: true },
{ id: 'gpt-5.3-codex', name: 'GPT-5.3 Codex' },
{ id: 'gpt-5.2-codex', name: 'GPT-5.2 Codex' },
{ id: 'gpt-5.2-codex', name: 'GPT-5.2 Codex', hot: true },
{ id: 'gpt-5.2', name: 'GPT-5.2' },
{ id: 'gpt-5.1-codex-max', name: 'GPT-5.1 Codex Max' },
{ id: 'gpt-5.1-codex-mini', name: 'GPT-5.1 Codex Mini' },