opencode: some config tweaks/updates

This commit is contained in:
Mathias Schneider
2026-08-26 17:56:49 +02:00
parent 71e9db5c4c
commit bce43be0d7
+10
View File
@@ -3,6 +3,13 @@
"default_agent": "plan", "default_agent": "plan",
"lsp": {
"pyright": {
"command": ["pyright-langserver", "--stdio"],
"extensions": [".py"]
}
},
"provider": { "provider": {
"lmstudio": { "lmstudio": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
@@ -14,6 +21,9 @@
"google/gemma-3-4b": { "google/gemma-3-4b": {
"name": "google/gemma-3-4b" "name": "google/gemma-3-4b"
}, },
"qwen/qwen3.8-27b": {
"name": "qwen/qwen3.8-27b"
},
"google/gemma-4-26b-a4b": { "google/gemma-4-26b-a4b": {
"name": "google/gemma-4-26b-a4b" "name": "google/gemma-4-26b-a4b"
}, },