Table of Contents

Property ChatTemplateSupported

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

ChatTemplateSupported

Whether minja parsed the model's own Jinja template. False is not a guess: TokenizerImpl::LoadChatTemplate returns OK with only a warning when it cannot, so the failure would otherwise surface mid-sentence on a user's first message.

public bool ChatTemplateSupported { get; init; }

Property Value

bool