Skip to content
Merged
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 @@ -260,11 +260,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
#e en,fr,fr-CA,es,de
#x perturbation_mode=Language
#v EVA_LANGUAGE=en

# --- Language agent IDs ---
#i ElevenLabs agent ID — German, female voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=de
#v EVA_DE_USER_F=

#i ElevenLabs agent ID — German, male voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=de
#v EVA_DE_USER_M=

#i ElevenLabs agent ID — Spanish, female voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=es
#v EVA_ES_USER_F=

#i ElevenLabs agent ID — Spanish, male voice.
#d string
#x perturbation_mode=Language
#x EVA_LANGUAGE=es
#v EVA_ES_USER_M=

#i ElevenLabs agent ID — Canadian French, female voice.
#d string
#x perturbation_mode=Language
Expand Down
4 changes: 3 additions & 1 deletion configs/agents/initial_messages.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
de: Hallo! Wie kann ich Ihnen heute helfen?
en: Hello! How can I help you today?
fr-CA: Bonjour! Comment puis-je vous aider aujourd’hui?
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?
Loading
Loading