initial changes for deepgram on-prem (#636)

* initial changes for deepgram on-prem

* typo

* fixes for selecting deepgram model

* update some property names

* wip

* wip

* wip
This commit is contained in:
Dave Horton
2024-02-07 14:21:05 -05:00
committed by GitHub
parent 75566bb268
commit 9f9a9ec598
3 changed files with 16 additions and 5 deletions

View File

@@ -751,7 +751,9 @@ class CallSession extends Emitter {
else if ('deepgram' === vendor) {
return {
speech_credential_sid: credential.speech_credential_sid,
api_key: credential.api_key
api_key: credential.api_key,
deepgram_stt_uri: credential.deepgram_stt_uri,
deepgram_stt_use_tls: credential.deepgram_stt_use_tls
};
}
else if ('soniox' === vendor) {