mirror of
https://github.com/ollama/ollama.git
synced 2026-04-26 02:36:09 +02:00
hide the --runner flag in ollama run
This commit is contained in:
@@ -2407,6 +2407,7 @@ func NewCLI() *cobra.Command {
|
||||
runCmd.Flags().Bool("nowordwrap", false, "Don't wrap words to the next line automatically")
|
||||
runCmd.Flags().String("format", "", "Response format (e.g. json)")
|
||||
runCmd.Flags().String("runner", "", "Runner to use for manifest list selection (mlx, ggml, llamacpp)")
|
||||
runCmd.Flags().MarkHidden("runner")
|
||||
runCmd.Flags().String("think", "", "Enable thinking mode: true/false or high/medium/low for supported models")
|
||||
runCmd.Flags().Lookup("think").NoOptDefVal = "true"
|
||||
runCmd.Flags().Bool("hidethinking", false, "Hide thinking output (if provided)")
|
||||
|
||||
Reference in New Issue
Block a user