ciyidogan commited on
Commit
a4bca86
·
verified ·
1 Parent(s): 8328216

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py CHANGED
@@ -96,7 +96,7 @@ class DeepgramSTT(STTInterface):
96
  model="nova-2-general",
97
  encoding="linear16",
98
  sample_rate=16000,
99
- interim_results=False, # Bu zorunlu, yoksa final result da gelmiyor...
100
  channels=1,
101
  #utterance_end_ms=2000, # 2 second silence = end
102
  punctuate=True,
 
96
  model="nova-2-general",
97
  encoding="linear16",
98
  sample_rate=16000,
99
+ interim_results=True, # Bu zorunlu, yoksa final result da gelmiyor...
100
  channels=1,
101
  #utterance_end_ms=2000, # 2 second silence = end
102
  punctuate=True,