Files
pipecat/changelog/4293.fixed.md
2026-04-14 10:13:12 -04:00

2 lines
265 B
Markdown

- Fixed `ElevenLabsTTSService` ignoring `enable_logging=False` and `enable_ssml_parsing=False`. The truthy check treated `False` the same as `None` (both skipped), and Python's `str(False)` produced `"False"` instead of the lowercase `"false"` expected by the API.