Skip to content

Commit 56b3a69

Browse files
coding standard: common/chat.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 8c8b290 commit 56b3a69

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
@@ -1724,7 +1724,7 @@ static common_chat_params common_chat_templates_apply_jinja(
17241724
params.grammar = inputs.grammar;
17251725
params.now = inputs.now;
17261726

1727-
for (auto el: inputs.chat_template_kwargs) {
1727+
for (auto el : inputs.chat_template_kwargs) {
17281728
params.extra_context[el.first] = json::parse(el.second);
17291729
}
17301730

0 commit comments

Comments
 (0)