prettier fix

This commit is contained in:
Dave Horton
2024-02-12 09:03:12 -05:00
parent 01a5476dfe
commit 05c1d9efaa
@@ -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,