summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-05-18 14:32:54 +0300
committerGrail Finder <wohilas@gmail.com>2025-05-18 14:32:54 +0300
commit441225ede8ef959058de4933e83870eb30a55ecf (patch)
tree84fc46674cc68774435ec32dc9fb88dd79abc3e6 /config.example.toml
parent2b2e45ff00088ce25a1d06b6f4c3715090ceb869 (diff)
Refactor: cleanup stt mess, config use
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 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"