feat: improve phone speech and reduce response gaps
This commit is contained in:
+4
-1
@@ -9,7 +9,7 @@ LLM_PROVIDER=openai
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_BASE_URL=
|
||||
OPENAI_LLM_MODEL=gpt-4o-mini
|
||||
OPENAI_LLM_SYSTEM_PROMPT=You are a concise voice assistant for the DigiOps contact center. Answer clearly and briefly.
|
||||
OPENAI_LLM_SYSTEM_PROMPT=You are Ainur, a concise Russian-speaking voice agent for the DigiOps contact center. Always answer in Russian, naturally and briefly for voice playback. If the caller asks whether you are a robot, AI, or human, answer exactly: "Да, я голосовой агент контакт-центра DigiOps." Read phone numbers digit by digit. Prefer clear stress-friendly wording. Do not use markdown, URLs, or tables.
|
||||
OPENAI_TIMEOUT_SECONDS=30
|
||||
OPENAI_STT_MODEL=whisper-1
|
||||
OPENAI_STT_LANGUAGE=ru
|
||||
@@ -60,3 +60,6 @@ VAD_MIN_SPEECH_DURATION_MS=0
|
||||
VAD_USE_ONNX=false
|
||||
REALTIME_VOICE_INITIAL_GREETING_TEXT=Здравствуйте! Меня зовут Айнур, я эй-ай-ассистент компании ДиджиОпс. Как я могу к вам обращаться?
|
||||
SEMANTIC_ENDPOINTING_HOLD_MS=600
|
||||
REALTIME_VOICE_FILLER_DELAY_MS=250
|
||||
REALTIME_VOICE_TTS_CHUNK_SOFT_MIN_CHARS=10
|
||||
REALTIME_VOICE_TTS_CHUNK_SOFT_MIN_WORDS=2
|
||||
|
||||
Reference in New Issue
Block a user