sctof
04/04/2025, 10:44 AMSven
04/04/2025, 10:45 AMVapi Support Bot
04/04/2025, 10:46 AMsmartEndpointingEnabled
setting only works for English transcriptions and can cause issues with other languages. Try setting this to false
if you're using German.
3. **Update via API**: You can try updating the settings using the API instead of the dashboard. Here's an example curl command:
curl --location --request PATCH 'https://api.vapi.ai/assistant/YOUR_ASSISTANT_ID' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "de",
"endpointing": 300
},
"startSpeakingPlan": {
"smartEndpointingEnabled": false,
"waitSeconds": 0.8,
}
}'
4. **Consider alternative transcribers**: Some users have resolved similar issues by changing the transcriber from Deepgram to another provider like Azure, Whisper, or Gladia.Vapi Support Bot
04/04/2025, 10:46 AMSamet Şimşek
04/04/2025, 10:58 AMSven
04/04/2025, 11:06 AMKevin28888
04/04/2025, 11:06 AMKevin28888
04/04/2025, 11:32 AMSven
04/04/2025, 11:33 AMSven
04/04/2025, 2:57 PMArvind
04/04/2025, 4:23 PMSven
04/04/2025, 4:42 PMSven
04/04/2025, 5:25 PMArvind
04/04/2025, 5:54 PMArvind
04/04/2025, 5:55 PMSven
04/04/2025, 5:57 PMSven
04/04/2025, 6:05 PMSven
04/04/2025, 6:32 PMArvind
04/04/2025, 7:55 PMSven
04/04/2025, 8:13 PMAditya
04/06/2025, 11:50 AMAditya
04/06/2025, 11:56 AMsctof
04/06/2025, 8:28 PMAditya
04/07/2025, 2:49 PM