chore: opencode vllm 모델정의 갱신 — 36b 키 + 컨텍스트 확장
- vllm-35b → vllm-36b 키명 정정 - context 131072 → 262144, output 8192 → 32768 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"vllm-35b": {
|
||||
"vllm-36b": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Qwen 35B A3B",
|
||||
"options": {
|
||||
@@ -31,8 +31,8 @@
|
||||
"name": "Qwen 3.6 35B A3B FP8",
|
||||
"reasoning": true,
|
||||
"limit": {
|
||||
"context": 131072,
|
||||
"output": 8192
|
||||
"context": 262144,
|
||||
"output": 32768
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user