Compare commits

...

1 Commits

Author SHA1 Message Date
Quan HL
310dadf514 enable streaming for whisper tts 2024-02-19 15:38:14 +07:00

View File

@@ -301,7 +301,7 @@ export const SpeechServiceForm = ({ credential }: SpeechServiceFormProps) => {
...(vendor === VENDOR_ELEVENLABS && {
options: options || null,
}),
...(vendor === VENDOR_ELEVENLABS && {
...((vendor === VENDOR_ELEVENLABS || vendor === VENDOR_WHISPER) && {
use_streaming: useStreaming ? 1 : 0,
}),
...(vendor === VENDOR_DEEPGRAM && {