* Update outdated message * wording Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com> --------- Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
45a8e76745
commit
1782cdfed6
1 changed files with 2 additions and 2 deletions
|
@ -480,8 +480,8 @@ int main(int argc, char ** argv) {
|
||||||
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
|
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
|
||||||
#endif
|
#endif
|
||||||
LOG_INF( "%s", control_message);
|
LOG_INF( "%s", control_message);
|
||||||
if (params.conversation_mode && params.enable_chat_template && params.prompt.empty()) {
|
if (params.conversation_mode && params.enable_chat_template && params.system_prompt.empty()) {
|
||||||
LOG_INF( " - Using default system message. To change it, set a different value via -p PROMPT or -f FILE argument.\n");
|
LOG_INF( " - Not using system message. To change it, set a different value via -sys PROMPT\n");
|
||||||
}
|
}
|
||||||
LOG_INF("\n");
|
LOG_INF("\n");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue