From 994c049e889d0a8d47e70733e77c3e9ac03f3d2b Mon Sep 17 00:00:00 2001 From: 1A7432 <96977271+1A7432@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:09:09 +0800 Subject: [PATCH] feat(providers): update GLM model from glm-4.5 to glm-4.6 (#2763) --- 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 5474082..4855724 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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 = {