Feat: add filepicker

This commit is contained in:
Grail Finder
2025-11-20 11:19:59 +03:00
parent a45120b831
commit 8351a9e084
4 changed files with 184 additions and 1 deletions

View File

@@ -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