diff --git a/lib/utils/transcription-utils.js b/lib/utils/transcription-utils.js index bc341e48..0d6c9cbe 100644 --- a/lib/utils/transcription-utils.js +++ b/lib/utils/transcription-utils.js @@ -161,7 +161,12 @@ const selectDefaultDeepgramModel = (task, language) => { const optimalGoogleModels = { 'v1' : { - 'en-IN':['telephony', 'latest_long'] + 'en-IN':['telephony', 'telephony'], + 'es-DO':['default', 'default'], + 'es-MX':['default', 'default'], + 'en-AU':['telephony', 'telephony'], + 'en-GB':['telephony', 'telephony'], + 'en-NZ':['telephony', 'telephony'] }, 'v2' : { 'en-IN':['telephony', 'long']