GPT-5.3-Codex

This commit is contained in:
Game_Time
2026-02-28 00:23:42 +05:00
parent f15c880fc3
commit 5b51b53a20
5 changed files with 15 additions and 4 deletions

View File

@@ -45,6 +45,9 @@ def normalize_model_name(name: str | None, debug_model: str | None = None) -> st
"gpt5.2": "gpt-5.2",
"gpt-5.2": "gpt-5.2",
"gpt-5.2-latest": "gpt-5.2",
"gpt5.3-codex": "gpt-5.3-codex",
"gpt-5.3-codex": "gpt-5.3-codex",
"gpt-5.3-codex-latest": "gpt-5.3-codex",
"gpt5.2-codex": "gpt-5.2-codex",
"gpt-5.2-codex": "gpt-5.2-codex",
"gpt-5.2-codex-latest": "gpt-5.2-codex",