summaryrefslogtreecommitdiffstats
path: root/.cursorignore
Commit message (Collapse)AuthorAge
* Experiment with hallucination reductionyum2025-07-25
| | | | | | | | | | - update cursorignore - add hallucination filter training & inference code - put logging into a central module - segment metadata logging occurs before filtering - segment metadata logging is on by default - check in embedded python setup script - include trained hallucination filter model
* More polishyum2025-05-30
- Filters actually get applied now, huge accuracy boost - Use silero-vad python library instead of rolling our own - Expose prompt parameter - Auto setup venv on launch - Clean up python output - Auto acquire all dependencies on launch - Add icon