Spaces:
Building
Building
Update stt_lifecycle_manager.py
Browse files- stt_lifecycle_manager.py +0 -4
stt_lifecycle_manager.py
CHANGED
@@ -116,10 +116,6 @@ class STTLifecycleManager:
|
|
116 |
use_enhanced=config_data.get("use_enhanced", True),
|
117 |
single_utterance=False, # ✅ Continuous listening için FALSE olmalı
|
118 |
interim_results=True, # ✅ Interim results'ı AÇ
|
119 |
-
# Additional debug parameters
|
120 |
-
enable_automatic_punctuation=True,
|
121 |
-
enable_speaker_diarization=False,
|
122 |
-
max_alternatives=1
|
123 |
)
|
124 |
|
125 |
# Log the exact config being used
|
|
|
116 |
use_enhanced=config_data.get("use_enhanced", True),
|
117 |
single_utterance=False, # ✅ Continuous listening için FALSE olmalı
|
118 |
interim_results=True, # ✅ Interim results'ı AÇ
|
|
|
|
|
|
|
|
|
119 |
)
|
120 |
|
121 |
# Log the exact config being used
|