problem i am facing is the agent is not responding...
# support
d
here is call id-feea4fec-393b-4118-8341-57fcb8cfda00
a
current
Copy code
transcriber

{"model": "nova-3", "language": "en", "numerals": false, "provider": "deepgram", "endpointing": 150}

start_speaking_plan

{"waitSeconds": 0.4, "smartEndpointingEnabled": "livekit"}
next
Copy code
transcriber
{"model": "nova-3", "language": "en", "numerals": false, "provider": "deepgram", "endpointing": 300}

start_speaking_plan
{"waitSeconds": 0.8, "smartEndpointingEnabled": "livekit"}
Hey @delta you need to change your current transcriber and startSpeakingPlan config to the next shared above which is deepgrams endpointing to 300 ms and start speaking plan wait seconds to 0.8. These values will give enough time for the AI Speech Models to identify when user has stopped speaking and then you won't be facing the same issue again.
let me know how it goes for you
o
@delta did it work
a
Hi, checking if this is resolved/solved for you?
2 Views