diff options
| author | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
| commit | 2a9a78dd1caec0811ed2640b28375890ee96e4cc (patch) | |
| tree | 6aebbb503a98eb035015ff56e51d4ccc4f4a395e /app/converter/config.py | |
| parent | cef2352a5e81b272d067c2c02eb9588e54edfcfd (diff) | |
| download | tts-audiobook-generator-2a9a78dd1caec0811ed2640b28375890ee96e4cc.tar.gz | |
feat: help menu in tui
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 4694e80..7424a76 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -10,7 +10,7 @@ HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" in console logs every N # Words per TTS generation request (client-side chunking). CHUNK_SIZE = 250 -# Default for "Stop server and exit" on the Generate audiobooks form +# Default for "Stop server and exit" on the Generate Audiobooks form # (TUI Settings menu: "Default stop server and exit"). STOP_SERVER_AND_EXIT = True @@ -26,7 +26,7 @@ BACKEND = "audiocpp" ############################################################################### # The qwen backend runs ONE demo server at a time, on this port. Which model -# the server hosts is chosen per run on the Generate audiobooks screen and +# the server hosts is chosen per run on the Generate Audiobooks screen and # persisted below (see QWEN_MODEL); switching models restarts the server. QWEN_API_URL = "http://127.0.0.1:7860" # single qwen-tts-demo server |
