Mercurial
diff dictation/config.py @ 280:49e9e591c9bb
Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 19:14:53 -0700 |
| parents | 78699f810817 |
| children |
line wrap: on
line diff
--- a/dictation/config.py Mon Aug 17 22:22:36 2026 -0700 +++ b/dictation/config.py Tue Aug 18 19:14:53 2026 -0700 @@ -84,11 +84,11 @@ max_sessions=_integer("DICTATION_MAX_SESSIONS", 1, 1, 8), partial_interval_ms=_integer( "DICTATION_PARTIAL_INTERVAL_MS", - 1200, 500, + 250, 10000, ), - silence_ms=_integer("DICTATION_SILENCE_MS", 700, 200, 5000), + silence_ms=_integer("DICTATION_SILENCE_MS", 400, 200, 5000), max_utterance_seconds=_integer( "DICTATION_MAX_UTTERANCE_SECONDS", 30,