nixcfg/config/opencode/config.json
Harald Hoyer 7641bab17f fix(opencode): rename halo model to coder and drop trailing comma
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 21:56:59 +02:00

17 lines
341 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"lsp": true,
"disabled_providers": ["opencode"],
"provider": {
"halo": {
"npm": "@ai-sdk/openai-compatible",
"name": "Halo",
"options": {
"baseURL": "http://halo:8000/v1"
},
"models": {
"coder": { "name": "coder" }
}
}
}
}