nix/home-manager/shared/programs/shell/pi/config/agent/models.json
iofq 235f903c1d
All checks were successful
/ check (push) Successful in 3m10s
/ nvim-bundle (nvim) (push) Successful in 17m44s
3/20
2026-03-20 00:32:23 -05:00

14 lines
253 B
JSON

{
"providers": {
"ollama": {
"baseUrl": "http://zen:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{
"id": "hf.co/unsloth/Qwen3.5-4B-GGUF:UD-Q4_K_XL"
}
]
}
}
}