Skip to content

Commit 5e37159

Browse files
authored
feat(providers): update GLM model from glm-4.6 to glm-4.7 (#2897)
1 parent f663865 commit 5e37159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/avante/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ M._defaults = {
493493
glm = {
494494
__inherited_from = "openai",
495495
endpoint = "https://open.bigmodel.cn/api/coding/paas/v4",
496-
model = "GLM-4.6",
496+
model = "GLM-4.7",
497497
api_key_name = "GLM_API_KEY",
498498
},
499499
qwen = {

0 commit comments

Comments
 (0)