tweak README.md
This commit is contained in:
parent
76a678af34
commit
178237d37f
1 changed files with 2 additions and 4 deletions
|
@ -54,7 +54,7 @@ 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 `"""`:
|
For multiline input, you can wrap text with `"""`:
|
||||||
|
|
||||||
```
|
```
|
||||||
>>> """Hello,
|
>>> """Hello,
|
||||||
|
@ -96,9 +96,7 @@ ollama run mario
|
||||||
Hello! It's your friend Mario.
|
Hello! It's your friend Mario.
|
||||||
```
|
```
|
||||||
|
|
||||||
For more examples, see the [examples](./examples) directory.
|
For more examples, see the [examples](./examples) directory. For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation.
|
||||||
|
|
||||||
For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation.
|
|
||||||
|
|
||||||
### Pull a model from the registry
|
### Pull a model from the registry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue