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
|
@ -4348,6 +4348,7 @@ int main(int argc, char ** argv) {
|
|||
json data = oaicompat_completion_params_parse(
|
||||
body,
|
||||
params.use_jinja,
|
||||
params.prefill_assistant,
|
||||
params.reasoning_format,
|
||||
ctx_server.chat_templates.get(),
|
||||
ctx_server.mctx,
|
||||
|
@ -4369,6 +4370,7 @@ int main(int argc, char ** argv) {
|
|||
json data = oaicompat_completion_params_parse(
|
||||
body,
|
||||
params.use_jinja,
|
||||
params.prefill_assistant,
|
||||
params.reasoning_format,
|
||||
ctx_server.chat_templates.get(),
|
||||
ctx_server.mctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue