From 96883f49278ac0c53ce467d840d0b3e77c67d432 Mon Sep 17 00:00:00 2001 From: Yuri Khrustalev Date: Fri, 26 Jul 2024 15:30:14 -0400 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2f4edb21..226535ee 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -105,7 +105,7 @@ configure_systemd() { status "Creating ollama serve config file..." $SUDO mkdir -p /etc/ollama/ cat </dev/null -# The list of supported env variables https://github.com/ollama/ollama/blob/main/envconfig/config.go +# The list of supported env variables could be found by running: ollama serve --help #OLLAMA_DEBUG=1 #OLLAMA_HOST=0.0.0.0:11434 EOF