ciyidogan commited on
Commit
4c78db1
·
verified ·
1 Parent(s): 26bf42c

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py CHANGED
@@ -92,7 +92,7 @@ class DeepgramSTT(STTInterface):
92
 
93
  # Try minimal configuration first
94
  options = LiveOptions(
95
- language="en",
96
  model="nova-2",
97
  encoding="linear16",
98
  sample_rate=16000,
 
92
 
93
  # Try minimal configuration first
94
  options = LiveOptions(
95
+ language="tr",
96
  model="nova-2",
97
  encoding="linear16",
98
  sample_rate=16000,