From 8cf15cabaf91c1354753eb16fae04e2abf6e2dad Mon Sep 17 00:00:00 2001 From: Florent Chehab Date: Fri, 12 Jun 2026 12:53:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8(summary)=20change=20default=20tran?= =?UTF-8?q?scribe=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changes the default model when transcribing in dev to openai/whisper-large-v3, which is the model provided by AlbertAPI. --- src/helm/env.d/common.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/common.yaml.gotmpl b/src/helm/env.d/common.yaml.gotmpl index 06e9a30c..1e83a36b 100644 --- a/src/helm/env.d/common.yaml.gotmpl +++ b/src/helm/env.d/common.yaml.gotmpl @@ -37,7 +37,7 @@ _summaryEnvVars: &summaryEnvVars secretKeyRef: name: secret-dev key: WHISPERX_BASE_URL - WHISPERX_ASR_MODEL: large-v2 + WHISPERX_ASR_MODEL: openai/whisper-large-v3 WHISPERX_DEFAULT_LANGUAGE: fr LLM_BASE_URL: secretKeyRef: