Merge pull request #3666 from pipecat-ai/mb/deepgram-stt-smart-format
DeepgramSTTService: disable smart_format by default
This commit is contained in:
1
changelog/3666.changed.md
Normal file
1
changelog/3666.changed.md
Normal 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.
|
||||||
@@ -106,7 +106,7 @@ class DeepgramSTTService(STTService):
|
|||||||
model="nova-3-general",
|
model="nova-3-general",
|
||||||
channels=1,
|
channels=1,
|
||||||
interim_results=True,
|
interim_results=True,
|
||||||
smart_format=True,
|
smart_format=False,
|
||||||
punctuate=True,
|
punctuate=True,
|
||||||
profanity_filter=True,
|
profanity_filter=True,
|
||||||
vad_events=False,
|
vad_events=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user