From bd14a4ddaea844fd2a39712f4226be0ac89f2d53 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Mon, 3 Nov 2025 16:10:00 -0800 Subject: [PATCH] replace qwen3 coder with glm 4.6 turbo (#1697) > [!NOTE] > [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 5e44056b5644e60784f6be0085519d9fb533f0ce. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- src/ipc/shared/language_model_constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ipc/shared/language_model_constants.ts b/src/ipc/shared/language_model_constants.ts index 1757e9c..7536dae 100644 --- a/src/ipc/shared/language_model_constants.ts +++ b/src/ipc/shared/language_model_constants.ts @@ -412,13 +412,13 @@ export const MODEL_OPTIONS: Record = { export const TURBO_MODELS: LanguageModel[] = [ { - apiName: "qwen3-coder:turbo", - displayName: "Qwen3 Coder", - description: "Qwen's best coding model (very fast)", + apiName: "glm-4.6:turbo", + displayName: "GLM 4.6", + description: "Strong coding model (very fast)", maxOutputTokens: 32_000, contextWindow: 131_000, temperature: 0, - dollarSigns: 2, + dollarSigns: 3, type: "cloud", }, {