mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-12 01:07:43 +00:00
feat: add glm-5.1 to CodeBuddy model list
This commit is contained in:
@@ -117,6 +117,18 @@ func GetCodeBuddyModels() []*ModelInfo {
|
||||
MaxCompletionTokens: 32768,
|
||||
SupportedEndpoints: []string{"/chat/completions"},
|
||||
},
|
||||
{
|
||||
ID: "glm-5.1",
|
||||
Object: "model",
|
||||
Created: now,
|
||||
OwnedBy: "tencent",
|
||||
Type: "codebuddy",
|
||||
DisplayName: "GLM-5.1",
|
||||
Description: "GLM-5.1 via CodeBuddy",
|
||||
ContextLength: 200000,
|
||||
MaxCompletionTokens: 32768,
|
||||
SupportedEndpoints: []string{"/chat/completions"},
|
||||
},
|
||||
{
|
||||
ID: "glm-5.0-turbo",
|
||||
Object: "model",
|
||||
|
||||
Reference in New Issue
Block a user