Skip to content

LocalFlow 0.2.1 — pre-warm for phone dictation

Choose a tag to compare

@DatafyingTech DatafyingTech released this 12 Sep 11:34
· 1 commit to main since this release

Added

  • POST /v1/warm on the phone API. The PC unloads its cleanup model after idling and reloading
    it takes several seconds; the desktop hides that behind the hotkey key-down, but a phone gave
    the PC no such signal, so the first dictation after a pause waited 4 to 9 s. The phone app
    (0.1.3) now calls this the moment recording starts and when a text field gains focus, so the
    reload overlaps with speaking. Contract in docs/API.md.

Upgrading: pull or re-download and re-run install.bat; if you use the phone app, update it to 0.1.3 as well.