ciyidogan commited on
Commit
17785fa
·
verified ·
1 Parent(s): 211624e

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py CHANGED
@@ -109,7 +109,7 @@ class DeepgramSTT(STTInterface):
109
  # Try minimal configuration first
110
  options = LiveOptions(
111
  language="tr",
112
- model="nova-2",
113
  encoding="opus",
114
  sample_rate=16000,
115
  interim_results=False,
 
109
  # Try minimal configuration first
110
  options = LiveOptions(
111
  language="tr",
112
+ model="nova-3",
113
  encoding="opus",
114
  sample_rate=16000,
115
  interim_results=False,