fix(registry): simplify GPT 5.4 model description in static data
This commit is contained in:
@@ -835,7 +835,7 @@ func GetOpenAIModels() []*ModelInfo {
|
|||||||
Type: "openai",
|
Type: "openai",
|
||||||
Version: "gpt-5.4",
|
Version: "gpt-5.4",
|
||||||
DisplayName: "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,
|
ContextLength: 1_050_000,
|
||||||
MaxCompletionTokens: 128000,
|
MaxCompletionTokens: 128000,
|
||||||
SupportedParameters: []string{"tools"},
|
SupportedParameters: []string{"tools"},
|
||||||
|
|||||||
Reference in New Issue
Block a user