WadeSong0121
11/27/2024, 1:24 AMVapi
11/27/2024, 1:27 AMVapi
11/27/2024, 1:27 AMWadeSong0121
11/27/2024, 1:34 AMVapi
11/27/2024, 1:34 AMWadeSong0121
11/27/2024, 1:41 AMVapi
11/27/2024, 1:41 AMfillerInjectionEnabled
property to false
. This property controls whether fillers are injected into the model output before inputting it into the voice provider.
Here's how you can set it up in your code:
javascript
// Assuming you have a configuration object for VAPI
const vapiConfig = {
// ... other configuration properties
voice: {
fillerInjectionEnabled: false, // Set this to false to disable filler injections
provider: 'OpenAI' // Your current voice provider
}
// ... other configuration properties
};
// Use this configuration when initializing or updating your VAPI instance
Make sure to apply this configuration before starting your voice interactions to ensure that the filler injection feature is disabled. If you need further assistance with the code or have any other questions, feel free to ask!WadeSong0121
11/27/2024, 1:42 AMVapi
11/27/2024, 1:42 AMfillerInjectionEnabled
property to false
in your configuration. Here's how you can do it:
javascript
const vapiConfig = {
// ... other configuration properties
voice: {
fillerInjectionEnabled: false, // Set this to false to disable filler injections
provider: 'azure', // Specify Azure as your voice provider
voiceId: 'your-azure-voice-id' // Replace with your specific Azure voice ID
}
// ... other configuration properties
};
// Apply this configuration to your VAPI instance
Make sure to replace 'your-azure-voice-id'
with the actual voice ID you want to use from Azure. This configuration will prevent the model from injecting fillers like "okay, thank you" into the output provided to Azure's voice model. If you have any more questions or need further assistance, feel free to ask!WadeSong0121
11/27/2024, 3:01 AMVapi
11/27/2024, 3:02 AMWadeSong0121
11/27/2024, 3:41 AMVapi
11/27/2024, 3:41 AMWadeSong0121
11/27/2024, 3:43 AMVapi
11/27/2024, 3:43 AM<@&1211491065807507517>
does not correspond to a known command or setting within the context of this conversation, I would recommend checking the documentation for VAPI or contacting the support team for detailed instructions on adjusting the model sensitivity.
If there are specific parameters or settings you are aware of and would like to adjust, please provide those details, and I can guide you on how to set them within VAPI. If you're unsure or need more information, please ask support for more info on this.Shubham Bajaj
11/27/2024, 11:50 AMWadeSong0121
12/01/2024, 9:08 AMWadeSong0121
12/02/2024, 9:59 AMShubham Bajaj
12/03/2024, 11:04 AMWadeSong0121
12/04/2024, 11:01 AMShubham Bajaj
12/04/2024, 8:41 PMWadeSong0121
12/06/2024, 1:24 AMWadeSong0121
12/06/2024, 3:19 AMShubham Bajaj
12/06/2024, 10:19 AMout-of-no-where
you observed transcriptions. To address this, you may need to use a different transcriber or a custom transcriber.Shubham Bajaj
12/06/2024, 10:19 AMWadeSong0121
12/06/2024, 10:57 AMShubham Bajaj
12/06/2024, 11:27 AMWadeSong0121
12/06/2024, 11:28 AMWadeSong0121
12/06/2024, 11:29 AMWadeSong0121
12/09/2024, 9:15 AMWadeSong0121
12/10/2024, 1:15 AMShubham Bajaj
12/10/2024, 9:18 PMWadeSong0121
12/11/2024, 12:06 AMShubham Bajaj
12/11/2024, 5:38 PMWadeSong0121
12/12/2024, 7:09 AMShubham Bajaj
12/12/2024, 1:56 PMWadeSong0121
12/13/2024, 1:29 AM