changelog descriptions

This commit is contained in:
dhruvladia-sarvam
2026-04-21 00:29:38 +05:30
parent 2aec2467cb
commit 34fb303c44
2 changed files with 2 additions and 0 deletions

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

@@ -0,0 +1 @@
- Added fine-grained server-side VAD tuning options to `SarvamSTTService.Settings` for the `saaras:v3` model, including speech thresholds, frame-count controls, pre-speech padding, interruption sensitivity, and initial-frame skipping.

View File

@@ -0,0 +1 @@
- `SarvamSTTService` now uses `saaras:v3` as its default model instead of `saarika:v2.5`. Applications that relied on the previous default should set `settings=SarvamSTTService.Settings(model="saarika:v2.5")` explicitly.