diff options
| author | historia <historiavg@proton.me> | 2026-09-09 15:55:06 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-09 15:55:06 -0400 |
| commit | 71f2c85aa5ea2aa5fe5f31537f5979459e82fcdd (patch) | |
| tree | 2bdb01e2d2e4d3bc334c9014cff4cffbb0bcda08 /app/converter/clients/__init__.py | |
| parent | 0157ce4a347f9625e1e9d09e2bbf0fbfad722557 (diff) | |
| download | tts-audiobook-generator-71f2c85aa5ea2aa5fe5f31537f5979459e82fcdd.tar.gz | |
feat: instructions options translated automatically by --instructions
Diffstat (limited to 'app/converter/clients/__init__.py')
| -rw-r--r-- | app/converter/clients/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/converter/clients/__init__.py b/app/converter/clients/__init__.py index d2a7f8d..5f38786 100644 --- a/app/converter/clients/__init__.py +++ b/app/converter/clients/__init__.py @@ -83,6 +83,7 @@ __all__ = [ "AUDIOCPP_FAMILY_QWEN3_TTS", "AUDIOCPP_TASK_TTS", "AUDIOCPP_TASK_VDES", "AUDIOCPP_SYNTHESIS_TASKS", "AUDIOCPP_VOICE_SPEAKER", "AUDIOCPP_VOICE_CLONE", "AUDIOCPP_VOICE_DESIGN", + "AUDIOCPP_INSTRUCTION_FIELD", "AUDIOCPP_INSTRUCTION_OPTION", "AUDIOCPP_CLONE_ONLY_FAMILIES", "AUDIOCPP_VOICE_REQUIRED", "AUDIOCPP_VOICE_OPTIONAL", "AUDIOCPP_VOICE_NONE", "AudioCppFamilyProfile", "AUDIOCPP_DEFAULT_FAMILY_PROFILE", |
