chat : include kwargs in template example (#15309)

This commit is contained in:
Diego Devesa
2025-08-14 10:28:29 -07:00
committed by GitHub
parent 7a0de96045
commit f75b830647
5 changed files with 8 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ int main(int argc, char ** argv) {
LOG_WRN("*** User-specified prompt will pre-start conversation, did you mean to set --system-prompt (-sys) instead?\n");
}
LOG_INF("%s: chat template example:\n%s\n", __func__, common_chat_format_example(chat_templates.get(), params.use_jinja).c_str());
LOG_INF("%s: chat template example:\n%s\n", __func__, common_chat_format_example(chat_templates.get(), params.use_jinja, params.default_template_kwargs).c_str());
} else {
LOG_INF("%s: in-suffix/prefix is specified, chat template will be disabled\n", __func__);
}