Skip to content

Commit 1b24043

Browse files
reworded documentation comment
1 parent 594facb commit 1b24043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ struct common_params {
368368
bool use_jinja = false; // NOLINT
369369
bool enable_chat_template = true;
370370
common_reasoning_format reasoning_format = COMMON_REASONING_FORMAT_DEEPSEEK;
371-
bool prefill_assistant = true; // if true, the last server message will be prefilled into the response
371+
bool prefill_assistant = true; // if true, any trailing assistant message will be prefilled into the response
372372

373373
std::vector<std::string> api_keys;
374374

0 commit comments

Comments
 (0)