265 B
265 B
- Fixed
ElevenLabsTTSServiceignoringenable_logging=Falseandenable_ssml_parsing=False. The truthy check treatedFalsethe same asNone(both skipped), and Python'sstr(False)produced"False"instead of the lowercase"false"expected by the API.