pub fn chat_prompt_template(
name: Option<&str>,
) -> Result<PromptTemplateType, LlamaCoreError>
Expand description
Get the chat prompt template type from the given model name.
pub fn chat_prompt_template(
name: Option<&str>,
) -> Result<PromptTemplateType, LlamaCoreError>
Get the chat prompt template type from the given model name.