Skip to content

Commit 5524109

Browse files
committed
add hi and ko
1 parent 9565e9f commit 5524109

32 files changed

Lines changed: 4970 additions & 218 deletions

.env.example

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,35 @@ EVA_USER_SIMULATOR__PROVIDER=elevenlabs
260260
# --- Language (mutually exclusive with Accent and Behavior) ---
261261
#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}.
262262
#d enum
263-
#e en,fr,fr-CA,es,de
263+
#e en,fr,fr-CA,es,de,hi,ko
264264
#x perturbation_mode=Language
265265
#v EVA_LANGUAGE=en
266266

267267
# --- Language agent IDs ---
268+
#i ElevenLabs agent ID — Korean, female voice.
269+
#d string
270+
#x perturbation_mode=Language
271+
#x EVA_LANGUAGE=ko
272+
#v EVA_KO_USER_F=
273+
274+
#i ElevenLabs agent ID — Korean, male voice.
275+
#d string
276+
#x perturbation_mode=Language
277+
#x EVA_LANGUAGE=ko
278+
#v EVA_KO_USER_M=
279+
280+
#i ElevenLabs agent ID — Hindi, female voice.
281+
#d string
282+
#x perturbation_mode=Language
283+
#x EVA_LANGUAGE=hi
284+
#v EVA_HI_USER_F=
285+
286+
#i ElevenLabs agent ID — Hindi, male voice.
287+
#d string
288+
#x perturbation_mode=Language
289+
#x EVA_LANGUAGE=hi
290+
#v EVA_HI_USER_M=
291+
268292
#i ElevenLabs agent ID — German, female voice.
269293
#d string
270294
#x perturbation_mode=Language

configs/agents/initial_messages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ en: Hello! How can I help you today?
33
es: ¡Hola! ¿En qué te puedo ayudar?
44
fr: Bonjour ! Comment puis-je vous aider aujourd’hui ?
55
fr-CA: Bonjour! Comment puis-je vous aider aujourd’hui?
6+
hi: नमस्ते! आज मैं आपकी कैसे मदद कर सकता हूँ?
7+
ko: 안녕하세요! 오늘 무엇을 도와드릴까요?

0 commit comments

Comments
 (0)