Nova-3 code-switching not supported
# support
d
We're using this transcriber configuration "transcriber":{"model":"nova-3","language":"multi","provider":"deepgram","codeSwitchingEnabled":true} But we're getting the following error: assistant-request-returned-invalid-assistant assistant.transcriber.codeSwitchingEnabled must be false.
transcriber.codeSwitchingEnabled
requires
transcriber.model
to be one of the following values: nova-2, nova-2-general. The Deepgram documentation indicate that nova-3 support code-switching Thank you https://cdn.discordapp.com/attachments/1366067024958062694/1366067025176297652/image.png?ex=680f988f&is=680e470f&hm=050743c829ae25bb4c1a8d281390323107d39fae20345fb04749b89058e0eced&
k
Hey, code-switching enabled and language multi for now is only supported with Nova 2. In case you want to use them, you have to switch your model to Nova 2. If in case you want to use English language, you can go with Nova 3 without a doubt.
d
Hi, we're currently using nova-3 Multi for conversations in Spanish and Portuguese, and it works like a charm. Even language switching works with nova-3 Multi. I can switch to English and the transcriber sends me everything in English, but we want to receive the code switch event (language-change-detected). How can we do that? Thanks @Shubham Bajaj
k
Hey David, apologies for the delayed response. You can use the 'Language Change detected' server event to get notified when all language changes have been detected using code switching enabled. You can find it inside the VAPI Dashboard Assistant Advanced tab Server Messages section. Let me know if you require further help with this.
d
But we don't receive the event when using nova-3, only with nova-2. Does Vapi plan to develop this feature for nova-3?
k
Hey! To help track down this issue, could you share: - The call ID This would really help us figure out what went wrong!
d
hello @Shubham Bajaj here is the call id 4254e5e4-5367-4477-99d4-39b4a2bd853a. Thank you!