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 @@ -237,11 +237,35 @@ EVA_MODEL_LIST='[
# --- 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,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é puedo ayudarte hoy?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calque. Change to "¡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