Bonjour à tous !
# french-speaking
b
Bonjour à tous ! Je suis en train de développer un assistant vocal bilingue pour un projet à Montréal, prenant en charge l’anglais et le français. Cependant, je fais face à deux principaux défis : 1. Mauvaise prononciation TTS : le moteur prononce incorrectement certains chiffres et certaines heures en français. 2. Architecture de l’agent : devrais-je créer un seul agent bilingue avec détection de la langue ou deux agents distincts (un pour l’anglais, un pour le français) et acheminer les appels en conséquence ? Quelqu’un a-t-il déjà rencontré une situation similaire ?
s
i don't have personal experience but from what i've heard, the bilingual models aren't great, so probably making separate english and french models would be best. either you can set it up so one languase model forwards it to the other model if a language switch is needed, or maybe use a third model to ask which language the person wants to speak in.
j
Absolutely agree with @Skyhart , this is my current solution in Belgium (three languages needed). I'm having a lot of hopes on Nova-3 multilingual, which might give the possibility to have a single assistant for all three.