Document WhisperX transcribe integration
This commit is contained in:
@@ -5,11 +5,11 @@ storage:
|
||||
backend: local
|
||||
|
||||
whisperx:
|
||||
transcribe_url: https://transcription.ai.rakestrawhome.com/transcribe
|
||||
language: en
|
||||
timeout: 30m
|
||||
transcribe_url: "https://transcription.example.com/transcribe"
|
||||
language: "en"
|
||||
timeout: "30m"
|
||||
retries: 3
|
||||
retry_delay: 2s
|
||||
retry_delay: "2s"
|
||||
concurrency: 2
|
||||
|
||||
seriatim:
|
||||
|
||||
Reference in New Issue
Block a user