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