From a7f9b7b5fb33bead6bcfb0ad6867b57f2ddc42af Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 25 Jul 2025 21:28:50 -0700 Subject: Experiment with hallucination reduction - 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 --- ui/config-schema.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/config-schema.js') diff --git a/ui/config-schema.js b/ui/config-schema.js index fb90f3f..39b74b6 100644 --- a/ui/config-schema.js +++ b/ui/config-schema.js @@ -29,7 +29,7 @@ const CONFIG_SCHEMA = { enable_debug_mode: { type: 'boolean', default: 0 }, enable_previews: { type: 'boolean', default: 1 }, save_audio: { type: 'boolean', default: 0 }, - enable_segment_logging: { type: 'boolean', default: 0 }, + enable_segment_logging: { type: 'boolean', default: 1 }, use_cpu: { type: 'boolean', default: 0 }, enable_lowercase_filter: { type: 'boolean', default: 0 }, enable_uppercase_filter: { type: 'boolean', default: 0 }, @@ -54,4 +54,4 @@ if (typeof module !== 'undefined' && module.exports) { } else { window.CONFIG_SCHEMA = CONFIG_SCHEMA; window.getDefaultConfig = getDefaultConfig; -} \ No newline at end of file +} -- cgit v1.2.3