diff options
Diffstat (limited to 'examples/infill')
-rw-r--r-- | examples/infill/infill.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/infill/infill.cpp b/examples/infill/infill.cpp index d4b8729d..91c39c5a 100644 --- a/examples/infill/infill.cpp +++ b/examples/infill/infill.cpp @@ -378,10 +378,10 @@ int main(int argc, char ** argv) { if (params.interactive) { const char *control_message; if (params.multiline_input) { - control_message = " - To return control to LLaMa, end your input with '\\'.\n" + control_message = " - To return control to LLaMA, end your input with '\\'.\n" " - To return control without starting a new line, end your input with '/'.\n"; } else { - control_message = " - Press Return to return control to LLaMa.\n" + control_message = " - Press Return to return control to LLaMA.\n" " - To return control without starting a new line, end your input with '/'.\n" " - If you want to submit another line, end your input with '\\'.\n"; } |