smoorider
05/01/2025, 4:46 AMVapi Support Bot
05/01/2025, 4:47 AMtranscriber.endpointing to 300 and startSpeakingPlan.waitSeconds to 0.8 to potentially improve response time.
Sources:
- [Discord Channel](https://discord.com/channels/1211482211119796234/1296852804631265392)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1336875140990111796)Chiranjeet Mishra
05/01/2025, 9:54 AM{
"transcriber": {
"model": "nova-2",
"language": "en",
"provider": "deepgram",
"endpointing": 300
},
"startSpeakingPlan": {
"waitSeconds": 0.4,
"smartEndpointingPlan": {
"provider": "livekit",
"waitFunction": "20 + 500 * sqrt(x) + 2500 * x^3"
}
}
}smoorider
05/01/2025, 5:34 PMsmoorider
05/01/2025, 5:37 PMTimG
05/01/2025, 6:11 PMChiranjeet Mishra
05/03/2025, 2:12 PMcurl --location --request PATCH 'https://api.vapi.ai/assistant/b5bcac35-xxxx-xxxx-xxxx-70c9a30eeddf' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
"transcriber": {
"model": "nova-2",
"language": "en",
"provider": "deepgram",
"endpointing": 300
}
}'Chiranjeet Mishra
05/03/2025, 2:12 PM