From 2bf511ba7414a90926270886b242ccb52c3280d6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 30 Jan 2025 11:33:56 -0600 Subject: [PATCH] ollama uses http --- system-config/services/containers/traefik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index 76c01ba..a488c14 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -266,7 +266,7 @@ homeassistant.loadBalancer.servers = [ { url = "http://192.168.100.10:8123"; } ]; - ollama.loadBalancer.servers = [ { url = "tcp://192.168.100.10:11434"; } ]; + ollama.loadBalancer.servers = [ { url = "http://192.168.100.10:11434"; } ]; }; }; };