".github/vscode:/vscode.git/clone" did not exist on "0d7c4790235ac00b4524b492bc2a680dcc5cf6b0"
  • Daniel Hiltgen's avatar
    Be quiet when redirecting output (#7360) · d88972ea
    Daniel Hiltgen authored
    This avoids emitting the progress indicators to stderr, and the interactive
    prompts to the output file or pipe.  Running "ollama run model > out.txt"
    now exits immediately, and "echo hello | ollama run model > out.txt"
    produces zero stderr output and a typical response in out.txt
    d88972ea
cmd.go 35.2 KB