diff options
Diffstat (limited to 'config.example.toml')
-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 |