feat(opencode): multi-provider support with local provider for qwen3.8-27b

This commit is contained in:
Claude
2026-08-22 19:13:06 +00:00
parent 92020d4d46
commit e5d4e252de
2 changed files with 51 additions and 14 deletions
+17
View File
@@ -20,6 +20,23 @@
}
}
}
},
"local": {
"npm": "@ai-sdk/openai-compatible",
"name": "Local AI workstation (qwen3.8-27b)",
"options": {
"baseURL": "http://192.168.1.79:18020/v1",
"apiKey": "PLACEHOLDER_REPLACED_AT_RUNTIME"
},
"models": {
"qwen3.8-27b": {
"name": "Qwen 3.8 27B (local)",
"limit": {
"context": 32768,
"output": 8192
}
}
}
}
},
"lsp": {},