We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c76b30 + f846478 commit 9eed4a9Copy full SHA for 9eed4a9
cmd/cmd.go
@@ -1090,9 +1090,9 @@ func NewCLI() *cobra.Command {
1090
Environment Variables:
1091
1092
OLLAMA_HOST The host:port to bind to (default "127.0.0.1:11434")
1093
- OLLAMA_ORIGINS A comma separated list of allowed origins.
1094
- OLLAMA_MODELS The path to the models directory (default is "~/.ollama/models")
1095
- OLLAMA_KEEP_ALIVE The duration that models stay loaded in memory (default is "5m")
+ OLLAMA_ORIGINS A comma separated list of allowed origins
+ OLLAMA_MODELS The path to the models directory (default "~/.ollama/models")
+ OLLAMA_KEEP_ALIVE The duration that models stay loaded in memory (default "5m")
1096
OLLAMA_DEBUG Set to 1 to enable additional debug logging
1097
`)
1098
0 commit comments