Update internal/cloud/policy.go

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Devon Rifkin
2026-02-12 11:32:44 -08:00
committed by GitHub
parent a051ccedcd
commit 8bff8615f9

View File

@@ -4,7 +4,7 @@ import (
"github.com/ollama/ollama/envconfig"
)
const DisabledMessagePrefix = "ollama cloud is disabled"
const DisabledMessagePrefix = "cloud is disabled"
// Status returns whether Ollama cloud is disabled and the source of the decision.
// Source is one of: "none", "env", "config", "both".