From 82e20e9ba0ec5a543a1a4fdd30b6c09c314e3f89 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 19 Sep 2023 13:54:41 +0300 Subject: [PATCH] parallel : remove new line from prompt --- examples/parallel/parallel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/parallel/parallel.cpp b/examples/parallel/parallel.cpp index 55fd7921f..c6e8d9f5c 100644 --- a/examples/parallel/parallel.cpp +++ b/examples/parallel/parallel.cpp @@ -27,8 +27,8 @@ static std::string trim(const std::string & str) { return str.substr(start, end - start); } -static std::string k_system = R"( -Transcript of a never ending dialog, where the User interacts with an Assistant. +static std::string k_system = +R"(Transcript of a never ending dialog, where the User interacts with an Assistant. The Assistant is helpful, kind, honest, good at writing, and never fails to answer the User's requests immediately and with precision. User: Hello, what is the temperature outside?