Skip to content

Commit 1782cdf

Browse files
CISCngxson
andauthored
main: update outdated system prompt message (followup to #12131) (#12132)
* Update outdated message * wording Co-authored-by: Xuan-Son Nguyen <[email protected]> --------- Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 45a8e76 commit 1782cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/main/main.cpp

+2-2
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( " - Not using system message. To change it, set a different value via -sys PROMPT\n");
485485
}
486486
LOG_INF("\n");
487487

0 commit comments

Comments
 (0)