Skip to content

Commit 3f9a7d6

Browse files
matteoservaggerganov
authored and
matteo
committed
coding standard: common/chat.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
1 parent 0e688a9 commit 3f9a7d6

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
@@ -1615,7 +1615,7 @@ static common_chat_params common_chat_templates_apply_jinja(
16151615
params.grammar = inputs.grammar;
16161616
params.now = inputs.now;
16171617

1618-
for (auto el: inputs.chat_template_kwargs) {
1618+
for (auto el : inputs.chat_template_kwargs) {
16191619
params.extra_context[el.first] = json::parse(el.second);
16201620
}
16211621

0 commit comments

Comments
 (0)