summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
committerGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
commitdc183e3692711e566226bbe2e462498ca9762687 (patch)
tree5f3c7efc7692c67f8cde15e20ad979cdd68c615c /config.example.toml
parent448cb97074bb471bc2c9e0848ecbd005e994c3a6 (diff)
Chore: solving TODOs
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 4e9a816..124c94e 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -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"