From a91856135b9f81966bdc223b67636adc047148e4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 9 May 2026 10:53:34 +0500 Subject: [PATCH] Expand voice v2 queues and ASR language coverage --- .env.production.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.template b/.env.production.template index 65d1276..8247326 100644 --- a/.env.production.template +++ b/.env.production.template @@ -53,7 +53,7 @@ AI_VOICE_QUEUE_CONFIG_JSON={"voice_lab_ai":{"mode":"ai_first","agent_profile":"v AI_VOICE_ASR_PROVIDER=elevenlabs AI_VOICE_TTS_PROVIDER=elevenlabs AI_VOICE_V2_ENABLED=1 -AI_VOICE_V2_QUEUE_CODES=voice_lab_ai +AI_VOICE_V2_QUEUE_CODES=voice_lab,voice_lab_ai,ivr_sales_ai_ru,ivr_support_ai_ru,ivr_sales_ai_kz,ivr_support_ai_kz AI_VOICE_V2_ACK_MODE=immediate_short AI_VOICE_V2_DUPLEX_ENABLED=1 AI_VOICE_V2_STREAMING_ASR_BACKEND=elevenlabs_realtime @@ -63,7 +63,7 @@ AI_VOICE_V2_STREAMING_ASR_MODEL=base AI_VOICE_V2_STREAMING_ASR_COMPUTE_TYPE=int8 AI_VOICE_V2_STREAMING_ASR_DEVICE=cpu AI_VOICE_V2_STREAMING_ASR_CACHE_DIR=/models/faster_whisper -AI_VOICE_V2_STREAMING_ASR_SUPPORTED_LANGUAGES=ru +AI_VOICE_V2_STREAMING_ASR_SUPPORTED_LANGUAGES=ru,kk,kz AI_VOICE_V2_PREBAKED_ACK_ENABLED=1 AI_VOICE_V2_PREBAKED_ACK_DIR=/app/.data/voice_v2_ack_bank AI_VOICE_V2_STREAMING_TTS=1