fix: surface gpt-5.4 in codex setup
This commit is contained in:
parent
153ccbfd61
commit
57e98fe6c9
4 changed files with 59 additions and 1 deletions
|
|
@ -40,6 +40,8 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"deepseek-v3.2",
|
||||
],
|
||||
"openai-codex": [
|
||||
"gpt-5.3-codex",
|
||||
"gpt-5.4",
|
||||
"gpt-5.2-codex",
|
||||
"gpt-5.1-codex-mini",
|
||||
"gpt-5.1-codex-max",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue