Add an example on multiline input (#311)

This commit is contained in:
Jun Tian 2023-08-10 23:22:28 +08:00 committed by GitHub
parent 5e25f801ed
commit 5ebce03c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,15 @@ ollama run llama2
Hello! How can I help you today? Hello! How can I help you today?
``` ```
For multiline input, you can wrap it with `"""`:
```
>>> """Hello,
... world!
... """
I'm a basic program that prints the famous "Hello, world!" message to the console.
```
### Create a custom model ### Create a custom model
Pull a base model: Pull a base model: