ciyidogan commited on
Commit
ea11f3d
·
verified ·
1 Parent(s): f17685b

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -3
stt/stt_deepgram.py CHANGED
@@ -109,12 +109,10 @@ class DeepgramSTT(STTInterface):
109
  # Try minimal configuration first
110
  options = LiveOptions(
111
  language="tr",
112
- model="nova-3",
113
  encoding="linear16",
114
  sample_rate=16000,
115
  interim_results=False,
116
- utterance_end_ms=1000,
117
- punctuate=True,
118
  channels=1
119
  )
120
 
 
109
  # Try minimal configuration first
110
  options = LiveOptions(
111
  language="tr",
112
+ model="nova-2",
113
  encoding="linear16",
114
  sample_rate=16000,
115
  interim_results=False,
 
 
116
  channels=1
117
  )
118