Fixed an issue with DeepgramFluxSTTService where it sometimes failed to reconnect.

This commit is contained in:
Filipi Fuchter
2025-11-26 20:23:03 -03:00
parent 7caf5751ee
commit 4acc317923
2 changed files with 20 additions and 6 deletions

View File

@@ -268,6 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `DeepgramFluxSTTService` where it sometimes failed to reconnect.
- Fixed an issue in `ElevenLabsRealtimeSTTService` where dynamic language
updates were not working.