disable default debug

This commit is contained in:
Michael Yang 2024-02-15 12:05:13 -08:00
parent fd77dbec4d
commit e547378893

View file

@ -4,14 +4,9 @@ package main
// go build -ldflags="-H windowsgui" .
import (
"os"
"github.com/jmorganca/ollama/app/lifecycle"
)
func main() {
// TODO - remove as we end the early access phase
os.Setenv("OLLAMA_DEBUG", "1") // nolint:errcheck
lifecycle.Run()
}