mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: add local qwen3 to config
This commit is contained in:
parent
52f9b37576
commit
ea794a4bf6
1 changed files with 16 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue