Structsยง
- Llama
Chat Template - A performance-friendly wrapper around
super::LlamaModel::chat_templatewhich is then fed intosuper::LlamaModel::apply_chat_templateto convert a list of messages into an LLM prompt. Internally the template is stored as aCStringto avoid round-trip conversions within the FFI.