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 594facb commit 1b24043Copy full SHA for 1b24043
common/common.h
@@ -368,7 +368,7 @@ struct common_params {
368
bool use_jinja = false; // NOLINT
369
bool enable_chat_template = true;
370
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
+ bool prefill_assistant = true; // if true, any trailing assistant message will be prefilled into the response
372
373
std::vector<std::string> api_keys;
374
0 commit comments