From 91a090a485ef48b6a5265c43bce4d98b49ae8dab Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Mon, 13 May 2024 14:08:22 -0700 Subject: [PATCH 1/2] removed inconsistent punctuation --- cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index fb10e53f..6975899b 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -1090,7 +1090,7 @@ func NewCLI() *cobra.Command { Environment Variables: OLLAMA_HOST The host:port to bind to (default "127.0.0.1:11434") - OLLAMA_ORIGINS A comma separated list of allowed origins. + OLLAMA_ORIGINS A comma separated list of allowed origins OLLAMA_MODELS The path to the models directory (default is "~/.ollama/models") OLLAMA_KEEP_ALIVE The duration that models stay loaded in memory (default is "5m") OLLAMA_DEBUG Set to 1 to enable additional debug logging From f8464785a66461496fa1291cd68630d8540171d5 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Mon, 13 May 2024 14:50:52 -0700 Subject: [PATCH 2/2] removed inconsistencies --- cmd/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 6975899b..085fe747 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -1091,8 +1091,8 @@ Environment Variables: OLLAMA_HOST The host:port to bind to (default "127.0.0.1:11434") OLLAMA_ORIGINS A comma separated list of allowed origins - OLLAMA_MODELS The path to the models directory (default is "~/.ollama/models") - OLLAMA_KEEP_ALIVE The duration that models stay loaded in memory (default is "5m") + OLLAMA_MODELS The path to the models directory (default "~/.ollama/models") + OLLAMA_KEEP_ALIVE The duration that models stay loaded in memory (default "5m") OLLAMA_DEBUG Set to 1 to enable additional debug logging `)