From c155ce9ff495818da0127315f5c947686c6412b9 Mon Sep 17 00:00:00 2001 From: Felix Zhang Date: Wed, 22 Oct 2025 02:45:01 +0800 Subject: [PATCH] fix(config): fix default glm model name (#2785) (#2786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 张晓飞 --- 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 501b02a..f5e3d8f 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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 = {