is_harmony_template

Function is_harmony_template 

Source
pub fn is_harmony_template(template: &str) -> bool
Expand description

Check if a chat template uses Harmony format by looking for Harmony markers.

Returns true if the template contains Harmony-specific tokens like <|channel|>, <|start|>, <|message|>, or <|end|>.