services(deepgram): add url to DeepgramSTTService

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-21 16:52:28 -07:00
parent dc64e57f63
commit adf414e40f
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Allow specifying a `DeepgramSTTService` url which allows using on-prem
Deepgram.
- Added new `FastAPIWebsocketTransport`. This is a new websocket transport that
can be integrated with FastAPI websockets.