Skip to content

Commit a4e9e4d

Browse files
ericcurtinngxson
andauthored
Update examples/server/server.cpp
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent d23abdc commit a4e9e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ struct server_context {
18951895
return true;
18961896
}
18971897

1898-
bool apply_jinja_templates() const {
1898+
bool validate_jinja_templates() const {
18991899
auto templates = common_chat_templates_from_model(model, "");
19001900
common_chat_inputs inputs;
19011901
inputs.messages = json::array({

0 commit comments

Comments
 (0)