Add changelog for #4399

This commit is contained in:
Varun Singh
2026-05-01 13:12:16 +03:00
parent 0623c6c79b
commit 5ceed1e615

1
changelog/4399.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `mip_opt_out` to `DeepgramTTSSettings` (used by both `DeepgramTTSService` and `DeepgramHttpTTSService`) for opting out of Deepgram's Model Improvement Program. Pass it via `settings=DeepgramTTSService.Settings(mip_opt_out=True)` to mirror the existing flag on `DeepgramSTTService`.