diff options
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 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 |
