diff --git a/src/containers/internal/views/speech-services/form.tsx b/src/containers/internal/views/speech-services/form.tsx index 63a1b1e..b96fe54 100644 --- a/src/containers/internal/views/speech-services/form.tsx +++ b/src/containers/internal/views/speech-services/form.tsx @@ -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 && {