fix(opencode): remove sunsetted gpt-5.2 and gpt-5.3-codex from allowed models for codex subscriptions (#30316)
This commit is contained in:
@@ -16,8 +16,6 @@ const OAUTH_PORT = 1455
|
|||||||
const OAUTH_POLLING_SAFETY_MARGIN_MS = 3000
|
const OAUTH_POLLING_SAFETY_MARGIN_MS = 3000
|
||||||
const ALLOWED_MODELS = new Set([
|
const ALLOWED_MODELS = new Set([
|
||||||
"gpt-5.5",
|
"gpt-5.5",
|
||||||
"gpt-5.2",
|
|
||||||
"gpt-5.3-codex",
|
|
||||||
"gpt-5.3-codex-spark",
|
"gpt-5.3-codex-spark",
|
||||||
"gpt-5.4",
|
"gpt-5.4",
|
||||||
"gpt-5.4-mini",
|
"gpt-5.4-mini",
|
||||||
|
|||||||
Reference in New Issue
Block a user