Split the single "changed" entry into separate "added", "changed", and "deprecated" entries for clarity. Add a note about the subtle behavior change in the deprecated set_model/set_voice/set_language methods.
322 B
322 B
- ⚠️ Refactored runtime-updatable service settings to use strongly-typed classes (
TTSSettings,STTSettings,LLMSettings, and service-specific subclasses) instead of plain dicts. Each service's_settingsnow holds these strongly-typed objects. For service maintainers, see changes in COMMUNITY_INTEGRATIONS.md.