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.
2 parents 80f495f + 1782cdf commit 66c67d8Copy full SHA for 66c67d8
examples/main/main.cpp
@@ -488,8 +488,8 @@ int main(int argc, char ** argv) {
488
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
489
#endif
490
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");
+ 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");
493
}
494
LOG_INF("\n");
495
0 commit comments