Disable inactive WhisperX provider status
All checks were successful
CI / test (push) Successful in 12s
Build and Deploy / build-and-deploy (push) Successful in 18s

This commit is contained in:
Grendgi
2026-06-09 15:38:55 +03:00
parent 94e0d03580
commit 817eb8ff71

View File

@@ -12,7 +12,7 @@ data:
LLM_MODEL: "qwen2.5-14b" LLM_MODEL: "qwen2.5-14b"
LLM_TIMEOUT: "5m" LLM_TIMEOUT: "5m"
TRANSCRIPTION_PROVIDERS: "voxtral-small" TRANSCRIPTION_PROVIDERS: "voxtral-small"
WHISPERX_URL: "http://10.2.3.5:8001" WHISPERX_URL: ""
WHISPERX_TIMEOUT: "10m" WHISPERX_TIMEOUT: "10m"
WHISPERX_LEAD_SILENCE: "800ms" WHISPERX_LEAD_SILENCE: "800ms"
# Fill these after Qwen2-Audio and Voxtral are exposed as OpenAI-compatible # Fill these after Qwen2-Audio and Voxtral are exposed as OpenAI-compatible