diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-19 09:42:47 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-19 09:42:47 +0300 |
commit | a7e7da6f9965624e4667ecedd23f2eb073ac2f56 (patch) | |
tree | 2046f8ed77ccf0d47fe0a074691f8138f8419d51 /config.example.toml | |
parent | 2e5755c28a86c525041cb952764425ad82411ec7 (diff) |
Feat: stop audio [WIP]
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 16409f7..229f657 100644 --- a/config.example.toml +++ b/config.example.toml @@ -15,6 +15,7 @@ RAGWorkers = 5 # extra tts TTS_ENABLED = false TTS_URL = "http://localhost:8880/v1/audio/speech" +TTS_SPEED = 1.0 # extra stt STT_ENABLED = false STT_URL = "http://localhost:8081/inference" |