mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
prettier fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user