chat : include kwargs in template example (#15309)
This commit is contained in:
parent
7a0de96045
commit
f75b830647
5 changed files with 8 additions and 6 deletions
|
|
@ -187,7 +187,8 @@ std::string common_chat_format_single(
|
|||
// Returns an example of formatted chat
|
||||
std::string common_chat_format_example(
|
||||
const struct common_chat_templates * tmpls,
|
||||
bool use_jinja);
|
||||
bool use_jinja,
|
||||
const std::map<std::string, std::string> & chat_template_kwargs);
|
||||
|
||||
const char* common_chat_format_name(common_chat_format format);
|
||||
const char* common_reasoning_format_name(common_reasoning_format format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue