From 5afb1df41a68b51965644f5f6bb11eabc61c638a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 28 Oct 2025 11:52:08 -0700 Subject: [PATCH] Update llm.md --- modules/llm.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/llm.md b/modules/llm.md index 9c12677..b945905 100644 --- a/modules/llm.md +++ b/modules/llm.md @@ -13,10 +13,11 @@ curl -fsSL https://ollama.com/install.sh | sh docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -e OLLAMA_API_BASE_URL=http://host.docker.internal:11434 open-webui/open-webui ``` +## Update /etc/systemd/system/ollama.service +https://github.com/ollama/ollama/issues/703 ```ini -#service file addition -# https://github.com/ollama/ollama/issues/703 -[Service] +#service file addition not config.ini +# [Service] Environment="OLLAMA_HOST=0.0.0.0:11434" ``` ## validation