feat(transcription): allow use of a local mode in timestamped-whisper

This commit is contained in:
lutangar 2024-04-30 11:03:12 +02:00
parent f39b5b52ae
commit a8f39db913

View file

@ -22,7 +22,7 @@ export class WhisperTimestampedTranscriber extends OpenaiTranscriber {
await $$`${this.engine.binary} ${[
mediaFilePath,
'--model',
model.name,
model?.path || model.name,
'--output_format',
'all',
'--output_dir',