From 10efc5d6087051d519396c7a3d32fd7a6592e049 Mon Sep 17 00:00:00 2001 From: rammohan-y <37395033+rammohan-y@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:33:56 +0530 Subject: [PATCH] feat/942: updated optimal google models (#943) --- lib/utils/transcription-utils.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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']