summaryrefslogtreecommitdiffstats
path: root/ui/config-schema.js
Commit message (Collapse)AuthorAge
* add segment metadata logging featureyum2025-07-23
| | | | | | | | | | | Segment metadata can now be logged to a json as the app runs. The goal is to identify the params that heavily correlate with hallucinations. Also: * use 7zip for compression in build, speeding things up * log dll download progress every few seconds * shrink package
* bugfixesyum2025-07-23
| | | | | | * fix model acquisition * fix local beepsnd * fix volume control
* More stuffyum2025-05-30
| | | | | | | | | | - add desktop and vr input threads - add audio feedback for input - add volume control for audio feedback - add UI for custom chatbox/built in chatbox - add ability to dismiss built in chatbox (sync empty messages) - limit lines in python console - limit length of each transcript
* More stuffyum2025-05-30
- fix unicode output from python terminal - fix cpu inference - add filters - add beam search params to UI - DRY up config definition in UI