Update examples/server/server.cpp
Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
d23abdc3f6
commit
a4e9e4d41b
1 changed files with 1 additions and 1 deletions
|
@ -1895,7 +1895,7 @@ struct server_context {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool apply_jinja_templates() const {
|
||||
bool validate_jinja_templates() const {
|
||||
auto templates = common_chat_templates_from_model(model, "");
|
||||
common_chat_inputs inputs;
|
||||
inputs.messages = json::array({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue