Bladeren bron

Add an example on multiline input (#311)

Jun Tian 1 jaar geleden
bovenliggende
commit
5ebce03c77
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -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: