diff options
| author | historia <historiavg@proton.me> | 2026-09-02 01:26:09 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-02 01:26:09 -0400 |
| commit | 8579517a35ef1865fc9b428899d73d52dcb27a14 (patch) | |
| tree | dba52f8d99cfe4014e0b787367de99f238e5a0db /app/converter/config.py | |
| parent | 391f50da7a085bec75155c0eb9b47910266058cc (diff) | |
| download | tts-audiobook-generator-8579517a35ef1865fc9b428899d73d52dcb27a14.tar.gz | |
feat: sglang backend support
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 3511033..ad6c2d0 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -28,11 +28,13 @@ STOP_SERVER_AND_EXIT = True QWEN_API_URL = "http://127.0.0.1:7860" FASTER_API_URL = "http://127.0.0.1:8000" AUDIOCPP_API_URL = "http://127.0.0.1:8080" +SGLOMNI_API_URL = "http://127.0.0.1:8100" # The URI used to discover externally-run instances QWEN_REMOTE_URL = "http://127.0.0.1:7860" FASTER_REMOTE_URL = "http://127.0.0.1:8000" AUDIOCPP_REMOTE_URL = "http://127.0.0.1:8080" +SGLOMNI_REMOTE_URL = "http://127.0.0.1:8100" # Randomization seed. -1 means randomize with every generation # With SEED = -1 and CONSTANT_SEED = True, one random seed will be used for the entire audiobook. |
