fix(config): fix default glm model name (#2785) (#2786)

Co-authored-by: 张晓飞 <xiaofei.zhang@i-soft.com.cn>
This commit is contained in:
Felix Zhang
2025-10-22 02:45:01 +08:00
committed by GitHub
parent 0a0a0a3958
commit c155ce9ff4

View File

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