diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-11-20 23:25:50 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-11-20 23:25:50 +0300 |
| commit | e8413ce613a71b6ec0b62b928a1179738655b49b (patch) | |
| tree | f9bccb94b894c44599ccd8fab8d2eb717422f702 /config.example.toml | |
| parent | 6e73513aacf1e499fccb32ee0b09d90c22341214 (diff) | |
Enha: extentions for filepicker
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 a6d3290..98a7c71 100644 --- a/config.example.toml +++ b/config.example.toml @@ -28,6 +28,7 @@ STT_LANG = "en" # Language for speech recognition (for WHISPER_BINARY mode) STT_SR = 16000 # Sample rate for audio recording DBPATH = "gflt.db" FilePickerDir = "." # Directory where file picker should start +FilePickerExts = "png,jpg,jpeg,gif,webp" # Comma-separated list of allowed file extensions for file picker # FetchModelNameAPI = "http://localhost:8080/v1/models" # external search tool |
