diff options
Diffstat (limited to 'app/converter/config.py')
| -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 |
