diff --git a/cmd/interactive.go b/cmd/interactive.go index 5673fda05c..c294b7b5ab 100644 --- a/cmd/interactive.go +++ b/cmd/interactive.go @@ -162,7 +162,7 @@ func generateInteractive(cmd *cobra.Command, opts runOptions) error { fmt.Fprintln(os.Stderr, " /set parameter repeat_penalty How strongly to penalize repetitions") fmt.Fprintln(os.Stderr, " /set parameter repeat_last_n Set how far back to look for repetitions") fmt.Fprintln(os.Stderr, " /set parameter num_gpu The number of layers to send to the GPU") - fmt.Fprintln(os.Stderr, " /set parameter stop \"\", ... Set the stop parameters") + fmt.Fprintln(os.Stderr, " /set parameter stop ... Set the stop parameters") fmt.Fprintln(os.Stderr, "") }