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/converter/clients/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/converter/clients/__init__.py') diff --git a/app/converter/clients/__init__.py b/app/converter/clients/__init__.py index d02fd9f..16fc99c 100644 --- a/app/converter/clients/__init__.py +++ b/app/converter/clients/__init__.py @@ -19,7 +19,7 @@ from .base import BaseTTSClient, ConversionCancelled, VOICE_MODE_CLONE, \ from .languages import LANGUAGE_CHOICES, LANGUAGE_ISO_CODES, TTS_LANGUAGES, \ TTS_LANGUAGE_ALIASES, normalize_language from .speakers import QWEN3_TTS_SPEAKERS, SPEAKER_DISPLAY_NAMES, \ - is_builtin_speaker, speaker_display_name, speaker_display_name_for + is_builtin_speaker, speaker_display_name_for from .transcribe import (transcribe_reference_audio, transcribe_reference_audio_detailed, whisper_backend_available, whisper_backend_problem) @@ -57,7 +57,7 @@ __all__ = [ "LANGUAGE_CHOICES", "normalize_language", # speakers "QWEN3_TTS_SPEAKERS", "SPEAKER_DISPLAY_NAMES", - "speaker_display_name", "speaker_display_name_for", "is_builtin_speaker", + "speaker_display_name_for", "is_builtin_speaker", # transcription "transcribe_reference_audio", "transcribe_reference_audio_detailed", "whisper_backend_available", "whisper_backend_problem", -- cgit v1.2.3