Fixed an issue that start_callback was not invoked for some LLM services.

This commit is contained in:
Filipi Fuchter
2025-02-19 18:04:20 -03:00
parent c948754eff
commit 7e7926059c
4 changed files with 11 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed an issue that `start_callback` was not invoked for some LLM services.
- Fixed an issue that would cause `DeepgramSTTService` to stop working after an
error occurred (e.g. sudden network loss). If the network recovered we would
not reconnect.