Skip to content

Commit bfdfd4d

Browse files
CISCngxson
andauthored
clarify
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent ac6de5a commit bfdfd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
820820
).set_excludes({LLAMA_EXAMPLE_SERVER}));
821821
add_opt(common_arg(
822822
{"-sys", "--system-prompt"}, "PROMPT",
823-
"system prompt to use with model (if applicable)",
823+
"system prompt to use with model (if applicable, depending on chat template)",
824824
[](common_params & params, const std::string & value) {
825825
params.system_prompt = value;
826826
}

0 commit comments

Comments
 (0)