Error when using spanish language.
# support
also is this up to date? https://docs.vapi.ai/customization/multilingual#set-up-multilingual-voices I don't see multilingual-auto option for azure and there is no Add Fallback Voices option
can i get a response here? @User
c
There is a workaround for this issue currently and I can guide you through it. By using the API tool in the documentation, you will be able to update your assistant to the azure voice of your choice. What you will need: - Your VAPI API Key (Bearer token) - The assistant ID you want to update Once you gather that information, head to this page and enter those into the fields --> Use the drop-downs to select Voice > AzureVoice > then select String for voiceId Below is the string value for Vera
Copy code
es-ES-VeraNeural
After that, hit send request and the response should show your new assistant config
e
thx, i tried that but couldn't find a configuration that performs well on both spanish and english. If I want to setup workflow to have one english speaking and one spanish speaking node, i see the error that the prompt size for each node is limited to 5000 chars only, is there any workaround for this? If not what do you suggest?
c
For bilingual agents specifically for English and Spanish, use deepgram multi, any LLM, and elevenLabs turbo v2.5. Split the prompts between nodes to exceed more than 5000 character limit.