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

@@ -32,8 +32,6 @@ const QTCOOL = {
providerKey: 'qtcool',
api: 'openai-completions',
models: [
{ id: 'gpt-5.4', name: 'GPT-5.4', contextWindow: 128000 },
{ id: 'gpt-5.3-codex', name: 'GPT-5.3 Codex', contextWindow: 128000, reasoning: true },
{ id: 'gpt-5.2-codex', name: 'GPT-5.2 Codex', contextWindow: 128000, reasoning: true },
{ id: 'gpt-5.2', name: 'GPT-5.2', contextWindow: 128000 },
{ id: 'gpt-5.1-codex-max', name: 'GPT-5.1 Codex Max', contextWindow: 128000, reasoning: true },