Skip to content

Commit 23e487d

Browse files
ggerganovteleprint-me
authored andcommitted
main : minor (ggml-org#7462)
1 parent 94672bc commit 23e487d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/main/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ int main(int argc, char ** argv) {
474474
LOG_TEE("\n\n");
475475

476476
if (params.interactive) {
477-
const char *control_message;
477+
const char * control_message;
478478
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"
480480
" - To return control without starting a new line, end your input with '/'.\n";
481481
} else {
482-
control_message = " - Press Return to return control to LLaMa.\n"
482+
control_message = " - Press Return to return control to the AI.\n"
483483
" - To return control without starting a new line, end your input with '/'.\n"
484484
" - If you want to submit another line, end your input with '\\'.\n";
485485
}

0 commit comments

Comments
 (0)