diff --git a/src/containers/internal/views/speech-services/form.tsx b/src/containers/internal/views/speech-services/form.tsx index e3f821a..63a1b1e 100644 --- a/src/containers/internal/views/speech-services/form.tsx +++ b/src/containers/internal/views/speech-services/form.tsx @@ -301,8 +301,8 @@ export const SpeechServiceForm = ({ credential }: SpeechServiceFormProps) => { ...(vendor === VENDOR_ELEVENLABS && { options: options || null, }), - ...((vendor === VENDOR_ELEVENLABS /* || vendor === VENDOR_WHISPER */) && { - use_streaming: useStreaming ? 1 : 0 + ...(vendor === VENDOR_ELEVENLABS && { + use_streaming: useStreaming ? 1 : 0, }), ...(vendor === VENDOR_DEEPGRAM && { deepgram_stt_uri: deepgramSttUri || null,