From a7e7da6f9965624e4667ecedd23f2eb073ac2f56 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 19 May 2025 09:42:47 +0300 Subject: Feat: stop audio [WIP] --- config.example.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.example.toml') 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" -- cgit v1.2.3