We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a8e76 commit 1782cdfCopy full SHA for 1782cdf
examples/main/main.cpp
@@ -480,8 +480,8 @@ int main(int argc, char ** argv) {
480
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
481
#endif
482
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");
+ if (params.conversation_mode && params.enable_chat_template && params.system_prompt.empty()) {
+ LOG_INF( " - Not using system message. To change it, set a different value via -sys PROMPT\n");
485
}
486
LOG_INF("\n");
487
0 commit comments