Add large-v2 model info
This commit is contained in:
parent
6c471ede04
commit
af73531e3a
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue