Skip to content

Commit 7950706

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

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)