Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Twirre <s.a.meulenbelt@students.uu.nl>
This commit is contained in:
Pim Hutting
2025-11-19 11:48:49 +00:00
parent f74efba511
commit 6436fc12c8

View File

@@ -38,7 +38,6 @@ class BehaviourSettings(BaseModel):
vad_prob_threshold: float = 0.5
vad_initial_since_speech: int = 100
vad_non_speech_patience_chunks: int = 3
vad_poll_time: int = 1
# transcription behaviour
transcription_max_concurrent_tasks: int = 3