ollama/cmd
Daniel Hiltgen d88972ea48
Be quiet when redirecting output (#7360)
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
2024-11-22 08:04:54 -08:00
..
cmd.go Be quiet when redirecting output (#7360) 2024-11-22 08:04:54 -08:00
cmd_test.go default to "FROM ." if a Modelfile isn't present (#7250) 2024-10-22 13:32:24 -07:00
interactive.go cmd: delete duplicated call to sb.Reset() (#7308) 2024-11-21 11:20:48 -08:00
interactive_test.go fix: model save 2024-07-26 13:23:06 -07:00
start.go nolintlint 2024-06-04 11:13:30 -07:00
start_darwin.go lint 2024-08-01 17:06:06 -07:00
start_default.go lint 2024-08-01 17:06:06 -07:00
start_windows.go lint 2024-08-01 17:06:06 -07:00