refactor: 移除已废弃的 GLM Coding Plan 配置项

- 移除已废弃的 GLM Coding Plan 配置项
This commit is contained in:
2026-01-31 04:16:29 +08:00
parent e62e4dd0bc
commit 67b2afd977

View File

@@ -95,22 +95,6 @@
"limit": { "context": 400000, "output": 128000 }
}
}
},
"glm-coding-plan": {
"name": "GLM Coding Plan",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://api.z.ai/api/coding/paas/v4",
"apiKey": "{env:ZAI_API_KEY}"
},
"models": {
"glm-4.7": {
"name": "GLM-4.7",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
}
}
}
},
"disabled_providers": ["opencode"]