fix server

This commit is contained in:
ngxson 2024-06-24 10:56:55 +02:00
parent a3dbfabe93
commit a1e9520995

View file

@ -2607,7 +2607,7 @@ int main(int argc, char ** argv) {
// print sample chat example to make it clear which template is used // print sample chat example to make it clear which template is used
{ {
LOG_INFO("chat template", { LOG_INFO("chat template", {
{"chat_example", llama_chat_format_example(model)}, {"chat_example", llama_chat_format_example(ctx_server.model, params.chat_template)},
{"built_in", params.chat_template.empty()}, {"built_in", params.chat_template.empty()},
}); });
} }