Unverified Commit 5ebce03c authored by Jun Tian's avatar Jun Tian Committed by GitHub
Browse files

Add an example on multiline input (#311)

parent 5e25f801
...@@ -54,6 +54,15 @@ ollama run llama2 ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment