Add changelog entries for service settings refactor PR #3714

This commit is contained in:
Paul Kompfner
2026-02-20 15:26:17 -05:00
parent 29e2a861dc
commit af4226adbf
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Deprecated `set_model()`, `set_voice()`, and `set_language()` on AI services in favor of runtime updates via `TTSUpdateSettingsFrame`, `STTUpdateSettingsFrame`, and `LLMUpdateSettingsFrame`.