deepgram: add ability to provide custom addons

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-18 13:02:11 -08:00
parent 22a62edc9e
commit 4edda718ed
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `addons` argument to `DeepgramSTTService`.
- Added `exponential_backoff_time()` to `utils.network` module.
### Fixed