From d05d90474797977a5b1aad19a8c5277453dd754c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 17 May 2025 12:19:30 +0300 Subject: Feat: add extra kokoro tts --- config.example.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.example.toml') 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" -- cgit v1.2.3