Update src/llama-chat.cpp
Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
3df9d221ed
commit
52b0bb3731
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ int32_t llm_chat_apply_template(
|
|||
} else {
|
||||
// template not supported
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
dest = ss.str();
|
||||
return dest.size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue