mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-08 06:43:41 +00:00
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",
|
||||
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"},
|
||||
|
||||
Reference in New Issue
Block a user