From 5ebce03c77207989c3df9214c3929b348304517d Mon Sep 17 00:00:00 2001 From: Jun Tian Date: Thu, 10 Aug 2023 23:22:28 +0800 Subject: [PATCH] Add an example on multiline input (#311) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5adf1044..f46e7535 100644 --- a/README.md +++ b/README.md @@ -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: