summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
diff options
context:
space:
mode:
authoradamdotdevin <[email protected]>2025-08-01 06:26:50 -0500
committeradamdotdevin <[email protected]>2025-08-01 06:27:08 -0500
commitea794a4bf607435cce3e640ac97083e33bc772d1 (patch)
tree0f5e3c35cf00ef9782bc4adb50f7832df9e92d1e /opencode.json
parent52f9b3757629828fd63798e80c8c075451b10460 (diff)
downloadopencode-ea794a4bf607435cce3e640ac97083e33bc772d1.tar.gz
opencode-ea794a4bf607435cce3e640ac97083e33bc772d1.zip
chore: add local qwen3 to config
Diffstat (limited to 'opencode.json')
-rw-r--r--opencode.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/opencode.json b/opencode.json
index 8efc57a7a..c932ccc4e 100644
--- a/opencode.json
+++ b/opencode.json
@@ -17,6 +17,22 @@
"models": {
"Qwen/Qwen3-235B-A22B-Instruct-2507:fireworks-ai": {}
}
+ },
+ "local": {
+ "npm": "@ai-sdk/openai-compatible",
+ "name": "Local",
+ "options": {
+ "baseURL": "http://127.0.0.1:1234/v1"
+ },
+ "models": {
+ "qwen/qwen3-coder-30b": {
+ "name": "Qwen-Coder 30B",
+ "limit": {
+ "context": 262144,
+ "output": 66536
+ }
+ }
+ }
}
},
"mcp": {