From ad5fd5b60cfdfbfb22b0f2bc9e9f6c9692768f8d Mon Sep 17 00:00:00 2001 From: tjohnman Date: Sun, 19 Mar 2023 19:36:19 +0100 Subject: Make prompt randomization optional. (#300) Co-authored-by: Johnman <> --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 21325191..60ef12bb 100644 --- a/utils.h +++ b/utils.h @@ -32,6 +32,8 @@ struct gpt_params { std::string prompt = ""; std::string antiprompt = ""; // string upon seeing which more user input is prompted + bool random_prompt = false; + bool use_color = false; // use color to distinguish generations and inputs bool interactive = false; // interactive mode -- cgit v1.2.3