merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit 6436fc12c8 - Show all commits

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