mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
feat: add early voicemail detection
This commit is contained in:
parent
e4759ac6f2
commit
771781096e
3 changed files with 4 additions and 2 deletions
|
|
@ -53,6 +53,7 @@ def create_stt_service(
|
|||
params=DeepgramFluxSTTService.InputParams(
|
||||
eot_timeout_ms=3000,
|
||||
eot_threshold=0.7,
|
||||
eager_eot_threshold=0.5,
|
||||
keyterm=keyterms or [],
|
||||
),
|
||||
should_interrupt=False, # Let UserAggregator take care of sending InterruptionFrame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue