Skip to content

Commit 7731660

Browse files
coding standard: common/chat.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
1 parent 5a9fe01 commit 7731660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ static common_chat_params common_chat_templates_apply_jinja(
17041704
params.grammar = inputs.grammar;
17051705
params.now = inputs.now;
17061706

1707-
for (auto el: inputs.chat_template_kwargs) {
1707+
for (auto el : inputs.chat_template_kwargs) {
17081708
params.extra_context[el.first] = json::parse(el.second);
17091709
}
17101710

0 commit comments

Comments
 (0)