utils: add support for ellipses in match_endofsentence()

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-21 09:54:11 -08:00
parent 4acf7296e0
commit 12bce2e8c0
3 changed files with 10 additions and 6 deletions

View File

@@ -36,6 +36,8 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed `match_endofsentence` support for ellipses.
- Fixed an issue that would cause undesired interruptions via
`EmulateUserStartedSpeakingFrame` when only interim transcriptions (i.e. no
final transcriptions) where received.