This commit is contained in:
Quan HL
2024-07-29 20:56:55 +07:00
parent e0e4d47340
commit 461178e726
+1 -1
View File
@@ -155,7 +155,7 @@ async function synthAudio(client, createHash, retrieveHash, logger, stats, { acc
if (!credentials.deepgram_tts_uri) {
assert.ok(credentials.api_key, 'synthAudio requires api_key when deepgram is used');
}
}
const key = makeSynthKey({
account_sid,