diff options
author | Grail Finder <wohilas@gmail.com> | 2025-10-03 20:42:36 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-10-03 20:42:36 +0300 |
commit | dc183e3692711e566226bbe2e462498ca9762687 (patch) | |
tree | 5f3c7efc7692c67f8cde15e20ad979cdd68c615c /config.example.toml | |
parent | 448cb97074bb471bc2c9e0848ecbd005e994c3a6 (diff) |
Chore: solving TODOs
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 1 |
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" |