Update src/llama-chat.cpp

Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Francesco Buciuni 2025-02-06 17:44:45 +01:00 committed by GitHub
parent 3df9d221ed
commit 52b0bb3731
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -594,7 +594,7 @@ int32_t llm_chat_apply_template(
} else {
// template not supported
return -1;
}
}
dest = ss.str();
return dest.size();
}