diff options
author | Grail Finder <wohilas@gmail.com> | 2025-10-09 14:53:29 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-10-09 14:53:29 +0300 |
commit | 5d2ce7a5f5743fa39b43379b143e0ee9a908ada6 (patch) | |
tree | c3bcbc39b0bb81cfe1d6936b0b12fa5d2e0a93a1 | |
parent | 314c07835e62f575ab8cd6f4c3c92bab8dd4f856 (diff) |
-rw-r--r-- | config.example.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 124c94e..8a38073 100644 --- a/config.example.toml +++ b/config.example.toml @@ -23,3 +23,6 @@ STT_ENABLED = false STT_URL = "http://localhost:8081/inference" DBPATH = "gflt.db" FetchModelNameAPI = "http://localhost:8080/v1/models" +# external search tool +SearchAPI = "" # url to call the tool by +SearchDescribe = "" # link that returns models.Tool |