Merge pull request #3329 from omChauhanDev/deepgram-tts-validation

added encoding validation in DeepgramTTSService
This commit is contained in:
Mark Backman
2025-12-31 08:20:40 -05:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Added encoding validation to `DeepgramTTSService` to prevent unsupported encodings from reaching the API. The service now raises `ValueError` at initialization with a clear error message.