pub async fn speech_generation(
__arg0: State<Arc<MistralRs>>,
__arg1: Json<SpeechGenerationRequest>,
) -> SpeechGenerationResponderExpand description
Speech generation endpoint handler.
pub async fn speech_generation(
__arg0: State<Arc<MistralRs>>,
__arg1: Json<SpeechGenerationRequest>,
) -> SpeechGenerationResponderSpeech generation endpoint handler.