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:
@@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user