|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <chat-template.hpp>
Public Attributes | |
| bool | apply_polyfills = true |
| bool | use_bos_token = true |
| bool | use_eos_token = true |
| bool | define_strftime_now = true |
| bool | polyfill_tools = true |
| bool | polyfill_tool_call_examples = true |
| bool | polyfill_tool_calls = true |
| bool | polyfill_tool_responses = true |
| bool | polyfill_system_role = true |
| bool | polyfill_object_arguments = true |
| bool | polyfill_typed_content = true |
Definition at line 56 of file chat-template.hpp.
| bool minja::chat_template_options::apply_polyfills = true |
Definition at line 57 of file chat-template.hpp.
| bool minja::chat_template_options::define_strftime_now = true |
Definition at line 60 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_object_arguments = true |
Definition at line 67 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_system_role = true |
Definition at line 66 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_tool_call_examples = true |
Definition at line 63 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_tool_calls = true |
Definition at line 64 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_tool_responses = true |
Definition at line 65 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_tools = true |
Definition at line 62 of file chat-template.hpp.
| bool minja::chat_template_options::polyfill_typed_content = true |
Definition at line 68 of file chat-template.hpp.
| bool minja::chat_template_options::use_bos_token = true |
Definition at line 58 of file chat-template.hpp.
| bool minja::chat_template_options::use_eos_token = true |
Definition at line 59 of file chat-template.hpp.