From 967b60342af11ada1cd6a27c935dd336523fb1cd Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 27 Aug 2026 23:39:33 -0400 Subject: remove: unnecessary tui text --- app/converter/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/converter') diff --git a/app/converter/config.py b/app/converter/config.py index 9a07353..d0028dc 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -106,8 +106,8 @@ AUDIOCPP_REMOTE_URL = "http://127.0.0.1:8080" # externally-run audiocpp_server # hosting several lazily-loaded entries) needs no editing here either: leave # AUDIOCPP_MODEL_ID unset to auto-select when only one entry is hosted, or # pick the entry per run with the --model CLI flag. -AUDIOCPP_MODEL_ID = "" -AUDIOCPP_CLONE_MODEL_ID = "" +AUDIOCPP_MODEL_ID = "Qwen3-TTS-12Hz-1.7B-Base-GGUF" +AUDIOCPP_CLONE_MODEL_ID = "Qwen3-TTS-12Hz-1.7B-Base-GGUF" # Voice design / style instruction sent with every audio.cpp request when # the --instructions CLI flag is not given. Required for server entries -- cgit v1.2.3