ciyidogan commited on
Commit
ff3b132
·
verified ·
1 Parent(s): 103b959

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py CHANGED
@@ -112,7 +112,7 @@ class DeepgramSTT(STTInterface):
112
  model="nova-2",
113
  encoding="linear16",
114
  sample_rate=16000,
115
- interim_results=False,
116
  channels=1
117
  )
118
 
 
112
  model="nova-2",
113
  encoding="linear16",
114
  sample_rate=16000,
115
+ interim_results=True,
116
  channels=1
117
  )
118