pub async fn create_speech(
request: SpeechRequest,
) -> Result<Vec<u8>, LlamaCoreError>
Expand description
Generate audio from the input text.
pub async fn create_speech(
request: SpeechRequest,
) -> Result<Vec<u8>, LlamaCoreError>
Generate audio from the input text.