Files
nixos-configs/home/roles/base/opencode-config.json
John Ogle bd377676ed
Some checks failed
CI / check (push) Failing after 1m59s
CI / build-and-cache (push) Has been skipped
fix(opencode): increase context/output limits for local model
2026-04-16 15:20:51 -07:00

23 lines
543 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"llama-local": {
"name": "Llama.cpp (zix790prors RTX 4070 Ti)",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://zix790prors.oglehome:8080/v1"
},
"models": {
"Qwen3.6-35B-A3B": {
"name": "Qwen3.6-35B-A3B (UD-Q8_K_XL)",
"reasoning": true,
"tool_call": true,
"limit": {
"context": 131072,
"output": 32768
}
}
}
}
}
}