We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f981897 commit 7c57cbaCopy full SHA for 7c57cba
src/llama-chat.cpp
@@ -454,7 +454,7 @@ int32_t llm_chat_apply_template(
454
ss << "<|" << role << "|>" << "\n" << message->content;
455
}
456
if (add_ass) {
457
- ss << "<|assistant|>" << "\n";
+ ss << "<|assistant|>\n";
458
459
} else if (tmpl == LLM_CHAT_TEMPLATE_MINICPM) {
460
// MiniCPM-3B-OpenHermes-2.5-v2-GGUF
0 commit comments