updates in deepgram transcription

This commit is contained in:
surajshivakumar
2024-06-25 04:35:00 -04:00
parent dfa8d895c4
commit fa9af2b742
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
const assert = require('assert');
const {transcribe:dgTranscribe} = require('./deepgram');
const transcribe = async(logger, credentials, filePath) => {
const { vendor } = credentials;