mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-18 11:23:31 +00:00
fix(opencode): remove sunsetted gpt-5.2 and gpt-5.3-codex from allowed models for codex subscriptions (#30316)
This commit is contained in:
parent
ab69f41067
commit
4668db8fa2
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ const OAUTH_PORT = 1455
|
|||
const OAUTH_POLLING_SAFETY_MARGIN_MS = 3000
|
||||
const ALLOWED_MODELS = new Set([
|
||||
"gpt-5.5",
|
||||
"gpt-5.2",
|
||||
"gpt-5.3-codex",
|
||||
"gpt-5.3-codex-spark",
|
||||
"gpt-5.4",
|
||||
"gpt-5.4-mini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue