From 5e37159898739c80fda5e9848aa77e184336a849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=98=E5=B0=98?= Date: Tue, 30 Dec 2025 12:06:34 +0800 Subject: [PATCH] feat(providers): update GLM model from glm-4.6 to glm-4.7 (#2897) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 2c22754..0ef04d7 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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 = {