summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-07-23 19:05:15 -0700
committeryum <yum.food.vr@gmail.com>2025-07-23 19:05:15 -0700
commit9bf33a4cad8196bfe7253c841ab5c35ffdbc0173 (patch)
tree227bb536e3d8d5dd5ae63730999966cd154dd871 /config.yaml
parent790c91d7ad515c3c0a22ca1341316265b8f0d779 (diff)
add segment metadata logging feature
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
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
index dfa2e1f..db25405 100644
--- a/config.yaml
+++ b/config.yaml
@@ -22,6 +22,7 @@ volume: 10
enable_debug_mode: 0
enable_previews: 1
save_audio: 1
+enable_segment_logging: 0
use_cpu: 0
enable_lowercase_filter: 0
enable_uppercase_filter: 0