Why isn't Azure multilingual?
On Azure docs, their STT supports language detection. Is there any plan for Vapi to support this as well?
"language": "multi" setting:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
"language": "multi"{ "transcriber": { "provider": "azure", "language": "pt-BR" // Language must be specified }}"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "multi"
}