feat(opencode): multi-provider support with local provider for qwen3.8-27b
This commit is contained in:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user