Skip to content

Commit 7c27e6c

Browse files
authored
Update outdated message
1 parent 45a8e76 commit 7c27e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/main/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ int main(int argc, char ** argv) {
480480
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
481481
#endif
482482
LOG_INF( "%s", control_message);
483-
if (params.conversation_mode && params.enable_chat_template && params.prompt.empty()) {
484-
LOG_INF( " - Using default system message. To change it, set a different value via -p PROMPT or -f FILE argument.\n");
483+
if (params.conversation_mode && params.enable_chat_template && params.system_prompt.empty()) {
484+
LOG_INF( " - Using default system message. To change it, set a different value via -sys PROMPT\n");
485485
}
486486
LOG_INF("\n");
487487

0 commit comments

Comments
 (0)