Switch transcription to Whisper large v3
This commit is contained in:
@@ -11,11 +11,11 @@ data:
|
||||
LLM_BASE_URL: "http://10.2.3.5:8002"
|
||||
LLM_MODEL: "qwen2.5-14b"
|
||||
LLM_TIMEOUT: "5m"
|
||||
# Voxtral Small is the only transcription provider. It is exposed on the AI
|
||||
# server through an OpenAI-compatible /v1/audio/transcriptions endpoint.
|
||||
VOXTRAL_BASE_URL: "http://10.2.3.5:8004"
|
||||
VOXTRAL_MODEL: "mistralai/Voxtral-Small-24B-2507"
|
||||
VOXTRAL_TIMEOUT: "30m"
|
||||
# Whisper Large v3 is exposed on the AI server through an OpenAI-compatible
|
||||
# /v1/audio/transcriptions endpoint.
|
||||
AUDIO_TRANSCRIPTION_BASE_URL: "http://10.2.3.5:8004"
|
||||
AUDIO_TRANSCRIPTION_MODEL: "openai/whisper-large-v3"
|
||||
AUDIO_TRANSCRIPTION_TIMEOUT: "30m"
|
||||
AI_STATS_SIDECAR_URL: "http://10.2.3.5:9090"
|
||||
AI_STATS_TIMEOUT: "8s"
|
||||
WORKER_POLL_INTERVAL: "2s"
|
||||
|
||||
Reference in New Issue
Block a user