Skip to content

Commit cfe4bce

Browse files
committed
Remove this line
No other tool related does this, it's too verbose Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 38a800e commit cfe4bce

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

cmd/cli/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Run `./model --help` to see all commands and options.
5252
Or enter chat mode:
5353
```bash
5454
./model run llama.cpp
55-
Interactive chat mode started. Type '/bye' to exit.
5655
> """
5756
Tell me a joke.
5857
"""

cmd/cli/commands/run.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ func newRunCmd() *cobra.Command {
390390
}
391391

392392
scanner := bufio.NewScanner(os.Stdin)
393-
cmd.Println("Interactive chat mode started. Type '/bye' to exit.")
394-
395393
for {
396394
userInput, err := readMultilineInput(cmd, scanner)
397395
if err != nil {

cmd/cli/docs/reference/docker_model_run.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ examples: |-
7272
Output:
7373
7474
```console
75-
Interactive chat mode started. Type '/bye' to exit.
7675
> Hi
7776
Hi there! It's SmolLM, AI assistant. How can I help you today?
7877
> /bye

cmd/cli/docs/reference/model_run.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ docker model run ai/smollm2
4545
Output:
4646

4747
```console
48-
Interactive chat mode started. Type '/bye' to exit.
4948
> Hi
5049
Hi there! It's SmolLM, AI assistant. How can I help you today?
5150
> /bye

0 commit comments

Comments
 (0)