removing whitespaces in src/lla-a-chat.cpp

This commit is contained in:
fbuciuni90 2025-02-07 08:12:02 +00:00
parent 52b0bb3731
commit 9d86a0442d

View file

@ -169,7 +169,7 @@ llm_chat_template llm_chat_detect_template(const std::string & tmpl) {
} else if (tmpl_contains("<|role_start|>")) {
return LLM_CHAT_TEMPLATE_MEGREZ;
} else if (tmpl_contains("<instruction>")) {
return LLM_CHAT_TEMPLATE_VELVET;
return LLM_CHAT_TEMPLATE_VELVET;
}
return LLM_CHAT_TEMPLATE_UNKNOWN;
}