Update PlayHT to use the latest Websocket connection endpoint

This commit is contained in:
Mark Backman
2024-12-20 09:56:53 -05:00
parent 41d07692ca
commit 900b95eb92
2 changed files with 24 additions and 7 deletions

View File

@@ -55,6 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `PlayHTTTSService` uses the new v4 websocket API, which also fixes an issue
where text inputted to the TTS didn't return audio.
- The default model for `ElevenLabsTTSService` is now `eleven_flash_v2_5`.
- `OpenAIRealtimeBetaLLMService` now takes a `model` parameter in the