LlamaModel.chatTemplate

Jinja chat template embedded in the model (or the named variant). Returns null if none is available. Pass name = null for the default template.

struct LlamaModel
@trusted @nogc nothrow
const(char)*
chatTemplate
(
const(char)* name = null
)

Meta