Chore: db path to config

This commit is contained in:
Grail Finder
2025-08-08 13:33:07 +03:00
parent 972d9cdbff
commit 3b7784e0a4
3 changed files with 4 additions and 2 deletions

View File

@@ -21,3 +21,4 @@ TTS_SPEED = 1.0
# extra stt
STT_ENABLED = false
STT_URL = "http://localhost:8081/inference"
DBPATH = "gflt.db"