giorgior27
03/06/2025, 8:22 PMVapi Support Bot
03/06/2025, 8:24 PMnova-2
and that the language is explicitly set to Italian when you expect to receive Italian input. Here’s an example configuration:
json
{
"model": "nova-2",
"provider": "deepgram",
"language": "it",
"codeSwitchingEnabled": true
}
3. **Endpointing Adjustments**: Adjust the endpointing settings to ensure that the audio isn't cut off prematurely. You can increase the endpointing time to allow for longer phrases to be captured. For example:
json
{
"endpointing": 300
}
4. **Keyword Boosting**: If there are specific terms or phrases that are frequently misrecognized, consider using keyword boosting to enhance their recognition. This can help the model adapt better to the vocabulary used in your conversations.
5. **Testing and Iteration**: Use the successful and unsuccessful call IDs to analyze the differences in the audio input and settings. This can provide insights into what might be causing the inconsistencies.
6. **User Input**: Encourage users to articulate their language preferences clearly, especially in multilingual contexts. This can help the assistant better understand when to switch languages.Vapi Support Bot
03/06/2025, 8:24 PMShubham Bajaj
03/08/2025, 1:05 AMgiorgior27
03/10/2025, 2:29 PMbernd-hocke-hockt-gern
03/13/2025, 12:23 PMKyle
03/13/2025, 5:23 PM