atharane
05/07/2025, 4:51 AMVapi Support Bot
05/07/2025, 4:53 AMpython
# Change your transcriber to an alternative service
assistant = vapi.Assistant(
transcriber="whisper", # Instead of "deepgram"
# Your other configuration...
)
According to [user reports](https://discord.com/channels/1211482211119796234/1343612796717371393), switching from Deepgram to Whisper has resolved this issue in similar cases.
Source:
- [Deafness bug discussion](https://discord.com/channels/1211482211119796234/1343612796717371393)Vapi Support Bot
05/07/2025, 4:53 AMpython
# Change your transcriber to an alternative service
assistant = vapi.Assistant(
transcriber="whisper", # Instead of "deepgram"
# Your other configuration...
)
According to [user reports](https://discord.com/channels/1211482211119796234/1343612796717371393), switching from Deepgram to Whisper has resolved this issue in similar cases.
Source:
- [Deafness bug discussion](https://discord.com/channels/1211482211119796234/1343612796717371393)Kings_big💫
05/07/2025, 8:31 AMatharane
05/07/2025, 10:43 AMconst ephemeralAss = {
...
startSpeakingPlan: {
waitSeconds: 1.2,
smartEndpointingEnabled: true,
},
transcriber: {
provider: "talkscriber",
model: "whisper",
language: "en",
},
};
?atharane
05/08/2025, 6:20 AMKings_big💫
05/08/2025, 8:46 AMatharane
05/08/2025, 10:14 AMatharane
05/08/2025, 10:15 AMatharane
05/14/2025, 6:08 AMKings_big💫
05/14/2025, 4:42 PMatharane
05/15/2025, 5:53 AMbefa5bf7-fb8f-4f32-88e7-670065db5a24
Haii
05/16/2025, 4:53 AMKyle Brunker
05/16/2025, 5:41 PM