replace qwen3 coder with glm 4.6 turbo (#1697)

<!-- CURSOR_SUMMARY -->
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
5e44056b5644e60784f6be0085519d9fb533f0ce. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
This commit is contained in:
Will Chen
2025-11-03 16:10:00 -08:00
committed by GitHub
parent ceed060c6f
commit bd14a4ddae

View File

@@ -412,13 +412,13 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
export const TURBO_MODELS: LanguageModel[] = [ export const TURBO_MODELS: LanguageModel[] = [
{ {
apiName: "qwen3-coder:turbo", apiName: "glm-4.6:turbo",
displayName: "Qwen3 Coder", displayName: "GLM 4.6",
description: "Qwen's best coding model (very fast)", description: "Strong coding model (very fast)",
maxOutputTokens: 32_000, maxOutputTokens: 32_000,
contextWindow: 131_000, contextWindow: 131_000,
temperature: 0, temperature: 0,
dollarSigns: 2, dollarSigns: 3,
type: "cloud", type: "cloud",
}, },
{ {