mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
Add an example on multiline input (#311)
This commit is contained in:
@@ -54,6 +54,15 @@ ollama run llama2
|
||||
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
|
||||
|
||||
Pull a base model:
|
||||
|
||||
Reference in New Issue
Block a user