Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,35 @@ EVA_USER_SIMULATOR__PROVIDER=elevenlabs
# --- Language (mutually exclusive with Accent and Behavior) ---
#i ISO 639-1 language code for the user simulator. Datasets must exist for the selected language. Pattern for the agent ID pairs below: EVA_{LANG}_USER_{F|M}.
#d enum
#e en,fr,fr-CA,es,de
#e en,fr,fr-CA,es,de,hi,ko
#x perturbation_mode=Language
#v EVA_LANGUAGE=en

# --- Language agent IDs ---
#i ElevenLabs agent ID — Korean, female voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=ko
#v EVA_KO_USER_F=

#i ElevenLabs agent ID — Korean, male voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=ko
#v EVA_KO_USER_M=

#i ElevenLabs agent ID — Hindi, female voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=hi
#v EVA_HI_USER_F=

#i ElevenLabs agent ID — Hindi, male voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=hi
#v EVA_HI_USER_M=

#i ElevenLabs agent ID — German, female voice.
#d string
#x perturbation_mode=Language
Expand Down
2 changes: 2 additions & 0 deletions configs/agents/initial_messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ en: Hello! How can I help you today?
es: ¡Hola! ¿En qué te puedo ayudar?
fr: Bonjour ! Comment puis-je vous aider aujourd’hui ?
fr-CA: Bonjour! Comment puis-je vous aider aujourd’hui?
hi: नमस्ते! आज मैं आपकी कैसे मदद कर सकता हूँ?
ko: 안녕하세요! 오늘 무엇을 도와드릴까요?
Loading
Loading