From 4db8ea7a63107297450819d227497ebbb121ff38 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 06:04:38 -0400 Subject: fix: don't expect/use local config for remote servers --- app/docs/backend-audiocpp.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/docs/backend-audiocpp.md') diff --git a/app/docs/backend-audiocpp.md b/app/docs/backend-audiocpp.md index 5001598..c193e92 100644 --- a/app/docs/backend-audiocpp.md +++ b/app/docs/backend-audiocpp.md @@ -89,3 +89,5 @@ python audiobook.py --backend audiocpp --model qwen-clone --voice narrator python audiobook.py --backend audiocpp --model qwen-design \ --instructions "A warm adult female narrator with a British accent" ``` + +The hub also works with an audio.cpp server that runs somewhere else (another checkout, another machine) as long as it answers on the configured port: when there is no local `server.json`, the convert menus query the running server directly (`GET /v1/models` and `GET /v1/audio/voices`) instead of reading one. On the CLI, pass `--model`/`--voice` matching that server's config. -- cgit v1.2.3