fix(registry): simplify GPT 5.4 model description in static data

This commit is contained in:
Luis Pater
2026-03-06 02:32:56 +08:00
parent 8822f20d17
commit 9397f7049f

View File

@@ -835,7 +835,7 @@ func GetOpenAIModels() []*ModelInfo {
Type: "openai",
Version: "gpt-5.4",
DisplayName: "GPT 5.4",
Description: "Stable version of GPT 5.4 Codex, The best model for coding and agentic tasks across domains.",
Description: "Stable version of GPT 5.4",
ContextLength: 1_050_000,
MaxCompletionTokens: 128000,
SupportedParameters: []string{"tools"},