diff options
Diffstat (limited to 'converter/config.py')
| -rw-r--r-- | converter/config.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/converter/config.py b/converter/config.py index d15efa5..4686764 100644 --- a/converter/config.py +++ b/converter/config.py @@ -68,3 +68,10 @@ AUDIOCPP_API_URL = "http://127.0.0.1:8080" # audio.cpp audiocpp_server # run with the --model CLI flag. AUDIOCPP_MODEL_ID = "qwen" AUDIOCPP_CLONE_MODEL_ID = "qwen-clone" + +# Voice design / style instruction sent with every audio.cpp request when +# the --instructions CLI flag is not given. Required for server entries +# hosted with task "vdes" (voice design models such as Qwen3-TTS +# VoiceDesign); on other families it acts as a style/delivery instruction +# when the model supports one and is ignored otherwise. Empty by default. +AUDIOCPP_INSTRUCTIONS = "" |
