feat(providers): update GLM model from glm-4.5 to glm-4.6 (#2763)

This commit is contained in:
1A7432
2025-10-16 19:09:09 +08:00
committed by GitHub
parent 7dfd086e21
commit 994c049e88

View File

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