Add support for GPT-5.4 (#93)
Co-authored-by: Nigel Norris <ras@alghul.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user