nix/home-manager/shared/programs/shell/pi/config/agent/models.json
iofq 9d8bfef042
Some checks failed
/ check (push) Failing after 40s
/ nvim-bundle (nvim-min) (push) Failing after 38s
3/20
2026-03-20 01:27:50 -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"
}
]
}
}
}