File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,12 +474,12 @@ int main(int argc, char ** argv) {
474
474
LOG_TEE (" \n\n " );
475
475
476
476
if (params.interactive ) {
477
- const char *control_message;
477
+ const char * control_message;
478
478
if (params.multiline_input ) {
479
- control_message = " - To return control to LLaMa , end your input with '\\ '.\n "
479
+ control_message = " - To return control to the AI , end your input with '\\ '.\n "
480
480
" - To return control without starting a new line, end your input with '/'.\n " ;
481
481
} else {
482
- control_message = " - Press Return to return control to LLaMa .\n "
482
+ control_message = " - Press Return to return control to the AI .\n "
483
483
" - To return control without starting a new line, end your input with '/'.\n "
484
484
" - If you want to submit another line, end your input with '\\ '.\n " ;
485
485
}
You can’t perform that action at this time.
0 commit comments