Version 1.1.16
- Update dependencies
Thanks for the app — works great with a local Ollama box.
One thing that would help a lot: recent models (Gemma 4, Qwen3-VL, Qwen3.5) have reasoning enabled by default. For automation use cases like “describe who’s at my front door” the reasoning tokens are pure overhead — the flow just needs one short sentence back.
Quick benchmark on my machine, same model, same prompt:
| eval count | total | |
|---|---|---|
| default | 85 tokens | 5.6s |
think: false |
10 tokens | 0.86s |
Same answer, 6x faster. With an image attached the difference is even bigger.
Would it be possible to add "think": false as a toggle on the flow card?