From 530ad6896396a982a5f94069e1dce3144f7abd3a Mon Sep 17 00:00:00 2001 From: 44670 <44670@users.noreply.github.com> Date: Thu, 4 May 2023 21:23:30 +0800 Subject: [PATCH] print input suffix before generation --- examples/main/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 79e734e17..43dca8eb5 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -574,6 +574,7 @@ int main(int argc, char ** argv) { // append input suffix if any if (!params.input_suffix.empty()) { buffer += params.input_suffix; + printf("%s", params.input_suffix.c_str()); } // instruct mode: insert instruction prefix