From f7021704b6b26ee747558d9ad701c2b25baedd2a Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 21 Aug 2026 02:31:54 -0400 Subject: feat: catalog-driven audio.cpp server.json creation --- converter/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'converter/config.py') diff --git a/converter/config.py b/converter/config.py index 5cf4a8f..8e60250 100644 --- a/converter/config.py +++ b/converter/config.py @@ -62,6 +62,9 @@ AUDIOCPP_API_URL = "http://127.0.0.1:8080" # audio.cpp audiocpp_server # server-side voice preset. For single-model servers, set # AUDIOCPP_CLONE_MODEL_ID to the same id as AUDIOCPP_MODEL_ID (or leave it # empty); for Qwen3-TTS it typically names a second entry with the Base -# (cloning) model. +# (cloning) model. A multi-model server (one server.json hosting several +# lazily-loaded entries) does not need editing here: 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 = "qwen" AUDIOCPP_CLONE_MODEL_ID = "qwen-clone" -- cgit v1.2.3