summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-11-20 11:19:59 +0300
committerGrail Finder <wohilas@gmail.com>2025-11-20 11:19:59 +0300
commit8351a9e084c9cc4a12a9319e14cf004cc2b2193b (patch)
tree3ef31246af7bd8910eb2d2fb4ead7cf3ba1bd837 /config.example.toml
parenta45120b8317a003234356170dcb5630dd3e1aaab (diff)
Feat: add filepicker
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 ca88e3b..a6d3290 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -27,6 +27,7 @@ WhisperModelPath = "./ggml-model.bin" # Path to whisper model file (for WHISPER
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
#
FetchModelNameAPI = "http://localhost:8080/v1/models"
# external search tool