Merge branch 'main' into feat/azure_tts

This commit is contained in:
Hoan Luu Huu
2024-03-10 06:39:00 +07:00
committed by GitHub
2 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ test('Deepgram speech synth tests', async(t) => {
credentials: {
api_key: process.env.DEEPGRAM_API_KEY
},
model: 'alpha-asteria-en-v2',
model: 'aura-asteria-en',
text,
});
t.ok(!opts.servedFromCache, `successfully synthesized deepgram audio to ${opts.filePath}`);