Deepgram: Update optional dependency to 4.7.0
This commit is contained in:
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Updated the `deepgram` optional dependency to 4.7.0, which downgrades the
|
||||||
|
`tasks cancelled error` to a debug log. This removes the log from appearing
|
||||||
|
in Pipecat logs upon leaving.
|
||||||
|
|
||||||
- Updated `MiniMaxHttpTTSService` with a `base_url` arg where you can specify
|
- Updated `MiniMaxHttpTTSService` with a `base_url` arg where you can specify
|
||||||
the Global endpoint (default) or Mainland China.
|
the Global endpoint (default) or Mainland China.
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ cartesia = [ "cartesia~=2.0.3", "websockets~=13.1" ]
|
|||||||
cerebras = []
|
cerebras = []
|
||||||
deepseek = []
|
deepseek = []
|
||||||
daily = [ "daily-python~=0.19.4" ]
|
daily = [ "daily-python~=0.19.4" ]
|
||||||
deepgram = [ "deepgram-sdk~=4.1.0" ]
|
deepgram = [ "deepgram-sdk~=4.7.0" ]
|
||||||
elevenlabs = [ "websockets~=13.1" ]
|
elevenlabs = [ "websockets~=13.1" ]
|
||||||
fal = [ "fal-client~=0.5.9" ]
|
fal = [ "fal-client~=0.5.9" ]
|
||||||
fireworks = []
|
fireworks = []
|
||||||
|
|||||||
Reference in New Issue
Block a user