unable
05/05/2025, 10:46 PMVapi Support Bot
05/05/2025, 10:47 PMwaitSeconds parameter to 0.8 and consider implementing a custom endpointing solution:
javascript
// Configure your assistant with longer wait time
const assistant = new Assistant({
// other config...
waitSeconds: 0.8,
// Optional: custom endpointing
endpointing: {
type: 'custom',
value: '300ms'
}
});
Several users have reported similar issues, particularly with Deepgram. If the problem persists, try switching to another transcriber like Azure or Whisper.
Sources:
- [Discord conversation about endpointing issues](https://discord.com/channels/1211482211119796234/1343636482874933340)
- [Discord conversation about transcriber issues](https://discord.com/channels/1211482211119796234/1334024569861963788)Chiranjeet Mishra
05/06/2025, 11:49 PM