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.
2 parents 51a4a07 + 84f63ef commit b8437dfCopy full SHA for b8437df
include/minja/chat-template.hpp
@@ -113,6 +113,8 @@ class chat_template {
113
}
114
115
const std::string & source() const { return source_; }
116
+ const std::string & bos_token() const { return bos_token_; }
117
+ const std::string & eos_token() const { return eos_token_; }
118
bool supports_tools() const { return supports_tools_; }
119
bool supports_parallel_tool_calls() const { return supports_parallel_tool_calls_; }
120
0 commit comments