🔨(summary) change default transcribe model

This changes the default model when transcribing in dev
to openai/whisper-large-v3, which is the model provided
by AlbertAPI.
This commit is contained in:
Florent Chehab
2026-06-12 12:53:09 +02:00
parent 9b7c449ca5
commit 8cf15cabaf
+1 -1
View File
@@ -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: