feat azure fromHost (#416)

* feat azure fromHost

* wip

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2023-08-31 08:04:53 +07:00
committed by GitHub
parent a03baa8461
commit 2ccd33e212
3 changed files with 10 additions and 4 deletions

View File

@@ -769,8 +769,10 @@ ${credential.label ? `, label: ${credential.label}` : ''} is chosen`);
region: credential.region,
use_custom_stt: credential.use_custom_stt,
custom_stt_endpoint: credential.custom_stt_endpoint,
custom_stt_endpoint_url: credential.custom_stt_endpoint_url,
use_custom_tts: credential.use_custom_tts,
custom_tts_endpoint: credential.custom_tts_endpoint
custom_tts_endpoint: credential.custom_tts_endpoint,
custom_tts_endpoint_url: credential.custom_tts_endpoint_url
};
}
else if ('wellsaid' === vendor) {