From 585431924aa4a5158b871c31a2c54bde2b681dd2 Mon Sep 17 00:00:00 2001 From: Rickey Bowers Jr Date: Tue, 14 Mar 2023 00:43:11 -0600 Subject: [PATCH] perhaps more consistent --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index c4bba3bc6..48335752e 100644 --- a/main.cpp +++ b/main.cpp @@ -896,7 +896,9 @@ int main(int argc, char ** argv) { if (params.interactive) { fprintf(stderr, "== Running in interactive mode. ==\n" +#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__)) || defined (_WIN32) " - Press Ctrl+C to interject at any time.\n" +#endif " - Press Return to return control to LLaMa.\n" " - If you want to submit another line, end your input in '\\'.\n"); }