Spaces:
Paused
Paused
Update stt/stt_deepgram.py
Browse files- 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-
|
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,
|