Add no-thinking varient of GLM 4.7 as workaround for OpenCode bug (due to Cerebras update)
This commit is contained in:
@@ -10,6 +10,18 @@
|
|||||||
"lmstudio"
|
"lmstudio"
|
||||||
],
|
],
|
||||||
"provider": {
|
"provider": {
|
||||||
|
"cerebras": {
|
||||||
|
"models": {
|
||||||
|
"zai-glm-4.7": {
|
||||||
|
"name": "GLM 4.7",
|
||||||
|
"variants": {
|
||||||
|
"Thinking Disabled": {
|
||||||
|
"reasoningEffort": "none",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"lmstudio": {
|
"lmstudio": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "LM Studio (local)",
|
"name": "LM Studio (local)",
|
||||||
|
|||||||
Reference in New Issue
Block a user