feat(providers): update GLM model from glm-4.6 to glm-4.7 (#2897)

This commit is contained in:
飘尘
2025-12-30 12:06:34 +08:00
committed by GitHub
parent f663865186
commit 5e37159898

View File

@@ -493,7 +493,7 @@ M._defaults = {
glm = {
__inherited_from = "openai",
endpoint = "https://open.bigmodel.cn/api/coding/paas/v4",
model = "GLM-4.6",
model = "GLM-4.7",
api_key_name = "GLM_API_KEY",
},
qwen = {