Skip to content

Commit 66c67d8

Browse files
committed
Merge branch 'master' into jinja-system-prompt
2 parents 80f495f + 1782cdf commit 66c67d8

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
@@ -488,8 +488,8 @@ int main(int argc, char ** argv) {
488488
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
489489
#endif
490490
LOG_INF( "%s", control_message);
491-
if (params.conversation_mode && params.enable_chat_template && params.prompt.empty()) {
492-
LOG_INF( " - Using default system message. To change it, set a different value via -p PROMPT or -f FILE argument.\n");
491+
if (params.conversation_mode && params.enable_chat_template && params.system_prompt.empty()) {
492+
LOG_INF( " - Not using system message. To change it, set a different value via -sys PROMPT\n");
493493
}
494494
LOG_INF("\n");
495495

0 commit comments

Comments
 (0)