Add support for GPT-5.4 (#93)

Co-authored-by: Nigel Norris <ras@alghul.com>
This commit is contained in:
Ra's al Ghul
2026-03-08 07:08:14 -04:00
committed by GitHub
parent 5b51b53a20
commit baf312a02e
6 changed files with 21 additions and 6 deletions

View File

@@ -97,6 +97,7 @@ def ollama_tags() -> Response:
"gpt-5",
"gpt-5.1",
"gpt-5.2",
"gpt-5.4",
"gpt-5.3-codex",
"gpt-5-codex",
"gpt-5.2-codex",
@@ -115,6 +116,11 @@ def ollama_tags() -> Response:
"gpt-5.1-high",
"gpt-5.1-medium",
"gpt-5.1-low",
"gpt-5.4-xhigh",
"gpt-5.4-high",
"gpt-5.4-medium",
"gpt-5.4-low",
"gpt-5.4-none",
"gpt-5.2-xhigh",
"gpt-5.2-high",
"gpt-5.2-medium",