DeepgramSTTService: disable smart_format by default

This commit is contained in:
Mark Backman
2026-02-06 13:42:42 -05:00
parent 97eff414c3
commit 7f65204c3b
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Changed the `DeepgramSTTService` default setting for `smart_format` to `False`, as agents don't need smart formatting. Disabling this setting provides a small performance improvement, as well.