Skip to content

Commit ea794a4

Browse files
committed
chore: add local qwen3 to config
1 parent 52f9b37 commit ea794a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

opencode.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
"models": {
1818
"Qwen/Qwen3-235B-A22B-Instruct-2507:fireworks-ai": {}
1919
}
20+
},
21+
"local": {
22+
"npm": "@ai-sdk/openai-compatible",
23+
"name": "Local",
24+
"options": {
25+
"baseURL": "http://127.0.0.1:1234/v1"
26+
},
27+
"models": {
28+
"qwen/qwen3-coder-30b": {
29+
"name": "Qwen-Coder 30B",
30+
"limit": {
31+
"context": 262144,
32+
"output": 66536
33+
}
34+
}
35+
}
2036
}
2137
},
2238
"mcp": {

0 commit comments

Comments
 (0)