diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-03 12:04:20 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-03 12:04:20 +0300 |
| commit | 0f5bbaa94390cd4d11facc8b2e7fb825b128ef31 (patch) | |
| tree | 0089e29c26a0411e9f3b107f513d4ce939be6e5f /config.example.toml | |
| parent | 65b4f01177a38497b0ecb82b09f9dcded55c5acb (diff) | |
Enha: update config
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml index 85b2662..82aa5f5 100644 --- a/config.example.toml +++ b/config.example.toml @@ -19,7 +19,7 @@ AssistantRole = "assistant" SysDir = "sysprompts" ChunkLimit = 100000 AutoScrollEnabled = true -# AutoCleanToolCallsFromCtx = false +AutoCleanToolCallsFromCtx = false # rag settings RAGBatchSize = 1 RAGWordLimit = 80 @@ -39,9 +39,12 @@ WhisperBinaryPath = "./batteries/whisper.cpp/build/bin/whisper-cli" # Path to wh WhisperModelPath = "./batteries/whisper.cpp/ggml-large-v3-turbo-q5_0.bin" # Path to whisper model file (for WHISPER_BINARY mode) 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 EnableMouse = false # Enable mouse support in the UI -CharSpecificContextEnabled = false +# character specific context +CharSpecificContextEnabled = true CharSpecificContextTag = "__known_to_chars__" +AutoTurn = true |
