From 99382c2c4a098c0d8f0dc6831d0c35f9858a1ea2 Mon Sep 17 00:00:00 2001 From: tomasmach Date: Thu, 19 Mar 2026 18:48:13 +0100 Subject: [PATCH] fix: add provider prefix to zai-coding-plan default model --- interface/src/routes/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/routes/Settings.tsx b/interface/src/routes/Settings.tsx index 8086d9194..f7bac98b4 100644 --- a/interface/src/routes/Settings.tsx +++ b/interface/src/routes/Settings.tsx @@ -145,7 +145,7 @@ const PROVIDERS = [ description: "GLM coding models (glm-4.7, glm-5, glm-4.5-air)", placeholder: "...", envVar: "ZAI_CODING_PLAN_API_KEY", - defaultModel: "glm-5", + defaultModel: "zai-coding-plan/glm-5", }, { id: "zhipu",