diff --git a/config/default.yaml b/config/default.yaml index 2a213175b..5187ff457 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -729,7 +729,7 @@ video_transcription: engine_path: null # Choose engine model for local transcription - # Available for 'openai-whisper' and 'whisper-ctranslate2': 'tiny', 'base', 'small', 'medium' or 'large-v3' + # Available for 'openai-whisper' and 'whisper-ctranslate2': 'tiny', 'base', 'small', 'medium', 'large-v2' or 'large-v3' model: 'small' # Or specify the model path: diff --git a/config/production.yaml.example b/config/production.yaml.example index 71b9c4cb9..dc9ff6749 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -739,7 +739,7 @@ video_transcription: engine_path: null # Choose engine model for local transcription - # Available for 'openai-whisper' and 'whisper-ctranslate2': 'tiny', 'base', 'small', 'medium' or 'large-v3' + # Available for 'openai-whisper' and 'whisper-ctranslate2': 'tiny', 'base', 'small', 'medium', 'large-v2' or 'large-v3' model: 'small' # Or specify the model path: