summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-05-17 12:19:30 +0300
committerGrail Finder <wohilas@gmail.com>2025-05-17 12:19:30 +0300
commitd05d90474797977a5b1aad19a8c5277453dd754c (patch)
treeba71ec906df01a7c86e023e028cd822e0e99cec1 /config.example.toml
parent10cca9037fac14fff966dd1fd6e9de86893d3981 (diff)
Feat: add extra kokoro tts
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index ded1475..846dbba 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -12,3 +12,6 @@ ChunkLimit = 100000
RAGBatchSize = 100
RAGWordLimit = 80
RAGWorkers = 5
+# extra tts
+TTS_ENABLED = false
+TTS_URL = "http://localhost:8880/v1/audio/speech"