diff --git a/CHANGELOG.md b/CHANGELOG.md index 760c79cee..f2375c8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/pipecat/utils/string.py b/src/pipecat/utils/string.py index 916dfad41..154d03174 100644 --- a/src/pipecat/utils/string.py +++ b/src/pipecat/utils/string.py @@ -13,8 +13,8 @@ ENDOFSENTENCE_PATTERN_STR = r""" (?