From 531324a9bee6d1cd9330daa021388cccc6e2932f Mon Sep 17 00:00:00 2001 From: Pier Francesco Contino <56308444+cesto93@users.noreply.github.com> Date: Wed, 3 Apr 2024 03:20:03 +0200 Subject: [PATCH] feat: add OLLAMA_DEBUG in ollama server help message (#3461) Co-authored-by: Pier Francesco Contino --- cmd/cmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cmd.go b/cmd/cmd.go index 92450031..6ab802f5 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -976,6 +976,7 @@ Environment Variables: 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 `) pullCmd := &cobra.Command{