diff options
| author | historia <historiavg@proton.me> | 2026-08-23 20:15:54 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-23 20:15:54 -0400 |
| commit | 07f7b351f2956b6c92761877c9a4314bcede3b6e (patch) | |
| tree | 7104cb82db092caf76c6e7204a055aa65cd7c384 /converter | |
| parent | df57cf2733e398473a58d788cd97fea3a618f892 (diff) | |
| download | tts-audiobook-generator-07f7b351f2956b6c92761877c9a4314bcede3b6e.tar.gz | |
feat: improve tui library aesthetics for make_audiocpp_server_json.py
Diffstat (limited to 'converter')
| -rw-r--r-- | converter/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/config.py b/converter/config.py index 4686764..6a98136 100644 --- a/converter/config.py +++ b/converter/config.py @@ -67,7 +67,7 @@ AUDIOCPP_API_URL = "http://127.0.0.1:8080" # audio.cpp audiocpp_server # unset to auto-select when only one entry is hosted, or pick the entry per # run with the --model CLI flag. AUDIOCPP_MODEL_ID = "qwen" -AUDIOCPP_CLONE_MODEL_ID = "qwen-clone" +AUDIOCPP_CLONE_MODEL_ID = "qwen" # Voice design / style instruction sent with every audio.cpp request when # the --instructions CLI flag is not given. Required for server entries |
