feat: add OLLAMA_DEBUG in ollama server help message (#3461)

Co-authored-by: Pier Francesco Contino <pfcontino@gmail.com>
This commit is contained in:
Pier Francesco Contino 2024-04-03 03:20:03 +02:00 committed by GitHub
parent a039e383cd
commit 531324a9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{