AiTitus :)
10/15/2024, 2:49 PMVapi
10/15/2024, 2:51 PMdetect_language
parameter to true
in your API request to Deepgram. When this parameter is enabled, Deepgram will automatically detect the language being spoken from the list of supported languages.
To integrate this feature into VAPI, you would need to modify the API call to include "detect_language": true
. If you're looking for a more user-friendly solution like a dropdown option in the transcriber area, this would require an update to the VAPI interface. I would recommend reaching out to the VAPI development team to suggest this feature.
For now, if you need assistance with modifying your API calls to include language detection, please let me know, and I can guide you through the process. If you have any other questions or need further support, feel free to ask!Vapi
10/15/2024, 2:51 PMVapi
10/15/2024, 2:52 PMShubham Bajaj
10/16/2024, 4:12 PM{
...exisintingAssistantCo
"transcriber": {
"provider": "deepgram",
"model": "nova-2-phonecall",
"language": "en",
"codeSwitchingEnabled": true,
},
"voice": {
"fillerInjectionEnabled": true,
"provider": "11labs",
"voiceId": "ryan",
"model": "eleven_turbo_v2_5"
}
}
AiTitus :)
10/17/2024, 1:41 PM