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

pull/6303/head
lutangar 2024-04-30 11:03:12 +02:00
parent f39b5b52ae
commit a8f39db913
1 changed files with 1 additions and 1 deletions

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',