fix: surface gpt-5.4 in codex setup

This commit is contained in:
teknium1 2026-03-13 21:06:06 -07:00
parent 153ccbfd61
commit 57e98fe6c9
4 changed files with 59 additions and 1 deletions

View file

@ -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",