Unverified 提交 bd14a4dd authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

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 -->
上级 ceed060c
......@@ -412,13 +412,13 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
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",
},
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论