Jorge
04/25/2025, 2:17 PMvirgen, vez caramelizado, emplatar
el plátano y colocar encima el salchichón. Añadir sal y pimienta al gusto. 3 por 3. Conservación,",
"duration": 28424.969970703125,
"secondsFromStart": 117.83
}
Either the LLM generation or something in the middle is generating this grammar and vocabulary issues, any ideas?Vapi Support Bot
04/25/2025, 2:19 PMjavascript
// Update your assistant configuration
const assistantConfig = {
voice: {
provider: "azure", // or your current provider
voiceId: "es-ES-ElviraNeural", // Spanish voice
enableSsmlParsing: true // Enable SSML parsing
}
};
This helps with proper sentence boundary detection and improves prosody in non-English responses, which could address the strange text formatting and non-existent words in your Spanish output.
Sources:
- [Vapi Multilingual Support documentation](https://docs.vapi.ai/customization/multilingual)
- [Discord conversation about SSML parsing](https://discord.com/channels/1211482211119796234/1338644573207007304)Jorge
04/25/2025, 3:02 PMShubham Bajaj
04/28/2025, 4:34 PMJorge
04/29/2025, 9:26 AMShubham Bajaj
04/30/2025, 9:25 AM