From ed1418853acd42d35a3b529c922438292977df2e Mon Sep 17 00:00:00 2001 From: yousiki Date: Mon, 27 May 2024 13:17:20 +0800 Subject: [PATCH] Update ollama --- cells/nixos/profiles/ollama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cells/nixos/profiles/ollama.nix b/cells/nixos/profiles/ollama.nix index cdab666..966a41f 100644 --- a/cells/nixos/profiles/ollama.nix +++ b/cells/nixos/profiles/ollama.nix @@ -8,6 +8,6 @@ if pkgs.config.cudaSupport then "cuda" else null; - listenAddress = "127.0.0.1:11434"; + listenAddress = "0.0.0.0:11434"; }; }