aboutsummaryrefslogtreecommitdiff
path: root/app/backends/audiocpp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/backends/audiocpp/__init__.py')
-rw-r--r--app/backends/audiocpp/__init__.py6
1 files changed, 2 insertions, 4 deletions
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",