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