removed lm studio conf and added notify plugin for opencode

This commit is contained in:
aminnairi
2026-07-22 22:32:47 +02:00
parent f0e41aab3d
commit bc57589960
+1 -17
View File
@@ -2,23 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"logLevel": "INFO", "logLevel": "INFO",
"share": "auto", "share": "auto",
"provider": { "plugin": ["@mohak34/opencode-notifier@latest"],
"lmstudio": {
"npm": "@ai-sdk/openai-compatible",
"name": "LM Studio (local)",
"options": {
"baseURL": "http://127.0.0.1:1234/v1"
},
"models": {
"qwen/qwen3.5-9b": {
"name": "Qwen 3.5 9b (local)"
}
}
}
},
"plugin": [
"@mohak34/opencode-notifier@latest"
],
"tools": { "tools": {
"read": true, "read": true,
"write": true, "write": true,