server : added --no-prefill-assistant flag (#13608)
* added no-prefill-assistant flag * reworded documentation comment * updated server README.md
This commit is contained in:
parent
e3a7cf6c5b
commit
6a2bc8bfb7
5 changed files with 17 additions and 1 deletions
|
@ -368,6 +368,7 @@ struct common_params {
|
|||
bool use_jinja = false; // NOLINT
|
||||
bool enable_chat_template = true;
|
||||
common_reasoning_format reasoning_format = COMMON_REASONING_FORMAT_DEEPSEEK;
|
||||
bool prefill_assistant = true; // if true, any trailing assistant message will be prefilled into the response
|
||||
|
||||
std::vector<std::string> api_keys;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue