diff options
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. |
