diff options
| author | historia <historiavg@proton.me> | 2026-08-27 23:39:33 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 23:39:33 -0400 |
| commit | 967b60342af11ada1cd6a27c935dd336523fb1cd (patch) | |
| tree | 39e8350f337ab8dbf2733d0dec2b8886d1a1088e /app/converter | |
| parent | eb465fb2a972b6b07c4b427f940b186745ce6d90 (diff) | |
| download | tts-audiobook-generator-967b60342af11ada1cd6a27c935dd336523fb1cd.tar.gz | |
remove: unnecessary tui text
Diffstat (limited to 'app/converter')
| -rw-r--r-- | app/converter/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
