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