feat: neovim - update avante.nvim & ollama

This commit is contained in:
Ryan Yin
2025-05-29 17:42:59 +08:00
parent 413cc67a4a
commit 8dee9864fc
3 changed files with 40 additions and 46 deletions

View File

@@ -13,7 +13,7 @@ in {
enable = true;
package = pkgs-ollama.ollama;
acceleration = "cuda";
host = "127.0.0.1";
host = "0.0.0.0";
port = 11434;
home = "/var/lib/ollama";
models = "${home}/models";