forked from imbytecat/opencode-config
refactor: 移除已废弃的 GLM Coding Plan 配置项
- 移除已废弃的 GLM Coding Plan 配置项
This commit is contained in:
@@ -95,22 +95,6 @@
|
|||||||
"limit": { "context": 400000, "output": 128000 }
|
"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"]
|
"disabled_providers": ["opencode"]
|
||||||
|
|||||||
Reference in New Issue
Block a user