mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-08-22 08:44:13 +08:00
fix: remove discontinued gpt-5.4 and gpt-5.3-codex from QTCOOL fallback model list
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user