mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-01-25 02:08:19 +00:00
enable streaming for whisper tts
This commit is contained in:
@@ -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 && {
|
||||
|
||||
Reference in New Issue
Block a user