Enable Qwen audio endpoint

This commit is contained in:
Grendgi
2026-06-09 13:23:21 +03:00
parent ee6e948d2e
commit c31dcb891c

View File

@@ -17,7 +17,7 @@ data:
WHISPERX_LEAD_SILENCE: "800ms"
# Fill these after Qwen2-Audio and Voxtral are exposed as OpenAI-compatible
# chat-completions endpoints on the AI server.
QWEN_AUDIO_BASE_URL: ""
QWEN_AUDIO_BASE_URL: "http://10.2.3.5:8003"
QWEN_AUDIO_MODEL: "Qwen/Qwen2-Audio-7B-Instruct"
QWEN_AUDIO_TIMEOUT: "10m"
VOXTRAL_BASE_URL: ""