59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "system",
|
|
"autoupdate": true,
|
|
"enabled_providers": [
|
|
"opencode",
|
|
"opencode-go",
|
|
"openai",
|
|
"cerebras",
|
|
"lmstudio"
|
|
],
|
|
"provider": {
|
|
"cerebras": {
|
|
"models": {
|
|
"zai-glm-4.7": {
|
|
"name": "GLM 4.7",
|
|
"variants": {
|
|
"Thinking Disabled": {
|
|
"reasoningEffort": "none",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"lmstudio": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "LM Studio (local)",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:1234/v1"
|
|
},
|
|
"models": {
|
|
"google/gemma-4-26b-a4b": {
|
|
"name": "Gemma 4 (local)"
|
|
},
|
|
"google/gemma-4-e4b": {
|
|
"name": "Gemma 4 Mobile (local)"
|
|
},
|
|
"qwen/qwen3.6-27b": {
|
|
"name": "Qwen (Local)"
|
|
},
|
|
"qwen/qwen3.6-35b-a3b": {
|
|
"name": "Qwen Fast (Local)"
|
|
},
|
|
},
|
|
},
|
|
},
|
|
"mcp": {
|
|
"pencil": {
|
|
"command": [
|
|
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
|
|
"--app",
|
|
"desktop"
|
|
],
|
|
"enabled": false,
|
|
"type": "local"
|
|
}
|
|
}
|
|
}
|