Chore: solving TODOs

This commit is contained in:
Grail Finder
2025-10-03 20:42:36 +03:00
parent 448cb97074
commit dc183e3692
7 changed files with 21 additions and 34 deletions

View File

@@ -22,3 +22,4 @@ TTS_SPEED = 1.0
STT_ENABLED = false
STT_URL = "http://localhost:8081/inference"
DBPATH = "gflt.db"
FetchModelNameAPI = "http://localhost:8080/v1/models"