mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🔨(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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user