Update chat-template.hpp
This commit is contained in:
parent
5e358ade59
commit
cdfa8b9d4f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class chat_template {
|
||||||
/* .keep_trailing_newline = */ false,
|
/* .keep_trailing_newline = */ false,
|
||||||
});
|
});
|
||||||
supports_tools_ = source.find("tools") != std::string::npos;
|
supports_tools_ = source.find("tools") != std::string::npos;
|
||||||
|
|
||||||
auto renders_string_arguments =
|
auto renders_string_arguments =
|
||||||
try_raw_render({
|
try_raw_render({
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue