diff --git a/cmd/cli/README.md b/cmd/cli/README.md index a3f8d628a..0c1ad3a8e 100644 --- a/cmd/cli/README.md +++ b/cmd/cli/README.md @@ -52,7 +52,6 @@ Run `./model --help` to see all commands and options. Or enter chat mode: ```bash ./model run llama.cpp -Interactive chat mode started. Type '/bye' to exit. > """ Tell me a joke. """ diff --git a/cmd/cli/commands/run.go b/cmd/cli/commands/run.go index a3e672f7e..fa517ad58 100644 --- a/cmd/cli/commands/run.go +++ b/cmd/cli/commands/run.go @@ -390,8 +390,6 @@ func newRunCmd() *cobra.Command { } scanner := bufio.NewScanner(os.Stdin) - cmd.Println("Interactive chat mode started. Type '/bye' to exit.") - for { userInput, err := readMultilineInput(cmd, scanner) if err != nil { diff --git a/cmd/cli/docs/reference/docker_model_run.yaml b/cmd/cli/docs/reference/docker_model_run.yaml index 44b1340fd..d02a4f621 100644 --- a/cmd/cli/docs/reference/docker_model_run.yaml +++ b/cmd/cli/docs/reference/docker_model_run.yaml @@ -72,7 +72,6 @@ examples: |- Output: ```console - Interactive chat mode started. Type '/bye' to exit. > Hi Hi there! It's SmolLM, AI assistant. How can I help you today? > /bye diff --git a/cmd/cli/docs/reference/model_run.md b/cmd/cli/docs/reference/model_run.md index 6b0c3cc6a..d9383a7d3 100644 --- a/cmd/cli/docs/reference/model_run.md +++ b/cmd/cli/docs/reference/model_run.md @@ -45,7 +45,6 @@ docker model run ai/smollm2 Output: ```console -Interactive chat mode started. Type '/bye' to exit. > Hi Hi there! It's SmolLM, AI assistant. How can I help you today? > /bye