Skip to content

Commit cf83623

Browse files
author
Olivier Chafik
committed
fix typo
1 parent 77ae97e commit cf83623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ std::string common_chat_format_example(const common_chat_template & tmpl, bool u
18751875
"{%- endfor -%}\n" \
18761876
"{%- if add_generation_prompt -%}\n" \
18771877
" {{- '<|im_start|>assistant\n' -}}\n" \
1878-
"{%- endif -%})"
1878+
"{%- endif -%}"
18791879

18801880
common_chat_templates common_chat_templates_from_model(const struct llama_model * model, const std::string & chat_template_override)
18811881
{

0 commit comments

Comments
 (0)