From db38085d07ce75f8961eecdc1919e98748254c53 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 14:57:48 -0400 Subject: refactor: overhaul config.py, remove cli default options --- app/backends/audiocpp/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/backends/audiocpp/__init__.py') diff --git a/app/backends/audiocpp/__init__.py b/app/backends/audiocpp/__init__.py index f55cf35..02fe967 100644 --- a/app/backends/audiocpp/__init__.py +++ b/app/backends/audiocpp/__init__.py @@ -9,7 +9,7 @@ Modules: catalog the model_specs catalog + server.json building/selections models install state on disk, missing-model guidance, downloads voices reference-.wav transcription planning and execution - configsync app/converter/config.py + server.json port/id/backend sync + configsync app/converter/config.py + server.json port/backend sync build checkout lifecycle: ggml patches, binary build, update, uninstall remote querying a running server for its models/voices @@ -56,7 +56,6 @@ from .voices import ( from .configsync import ( config_port, update_config_api_url_port, - update_config_model_ids, update_server_backend, update_server_config_port, ) @@ -97,8 +96,7 @@ __all__ = [ "transcribe_wav_dir", "print_empty_transcript_warning", # configsync "config_port", "update_config_api_url_port", - "update_config_model_ids", "update_server_config_port", - "update_server_backend", + "update_server_config_port", "update_server_backend", # build "find_local_checkout", "find_audiocpp_server_bin", "find_build_script", "apply_ggml_patches", "build_audiocpp", "uninstall", "update", -- cgit v1.2.3