mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 12:15:22 +00:00
add OLLAMA_KEEP_ALIVE
to environment variable docs for ollama serve
(#3127)
This commit is contained in:
parent
47cfe58af5
commit
672ffe9b7d
@ -973,6 +973,7 @@ Environment Variables:
|
|||||||
OLLAMA_HOST The host:port to bind to (default "127.0.0.1:11434")
|
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_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")
|
||||||
`)
|
`)
|
||||||
|
|
||||||
pullCmd := &cobra.Command{
|
pullCmd := &cobra.Command{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user