ElevenLabs: InputParams can be set individually

This commit is contained in:
Mark Backman
2025-04-23 07:04:48 -04:00
parent f1e45d0f02
commit 63a6697a90
2 changed files with 10 additions and 23 deletions

View File

@@ -20,6 +20,10 @@ https://en.wikipedia.org/wiki/Saint_George%27s_Day_in_Catalonia
### Changed
- The `InputParams` for `ElevenLabsTTSService` and `ElevenLabsHttpTTSService`
no longer require that `stability` and `similarity_boost` be set. You can
individually set each param.
- In `TwilioFrameSerializer`, `call_sid` is Optional so as to avoid a breaking
changed. `call_sid` is required to automatically hang up.