From 441225ede8ef959058de4933e83870eb30a55ecf Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 18 May 2025 14:32:54 +0300 Subject: Refactor: cleanup stt mess, config use --- 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 846dbba..16409f7 100644 --- a/config.example.toml +++ b/config.example.toml @@ -15,3 +15,6 @@ RAGWorkers = 5 # extra tts TTS_ENABLED = false TTS_URL = "http://localhost:8880/v1/audio/speech" +# extra stt +STT_ENABLED = false +STT_URL = "http://localhost:8081/inference" -- cgit v1.2.3