From 07f7b351f2956b6c92761877c9a4314bcede3b6e Mon Sep 17 00:00:00 2001 From: historia Date: Sun, 23 Aug 2026 20:15:54 -0400 Subject: feat: improve tui library aesthetics for make_audiocpp_server_json.py --- converter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter') 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 -- cgit v1.2.3