parent
368d0c8a9e
commit
ad5fd5b60c
3 changed files with 7 additions and 2 deletions
2
utils.h
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue