summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-06 07:46:15 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-06 07:46:15 +0300
commite1f2a8cd7be487a3b4284ca70cc5a2a64b50f5d1 (patch)
tree56eb3c25e7a2463542f8b3a52adbf410c8b7abaf /config.example.toml
parentefc92d884c36498220e2b8d5ad9e02f84e42d953 (diff)
Chore: remove unused RagEnabled var
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index f5820da..15c8ca6 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -27,7 +27,6 @@ ChunkLimit = 100000
AutoScrollEnabled = true
AutoCleanToolCallsFromCtx = false
# rag settings
-RAGEnabled = false
RAGBatchSize = 1
RAGWordLimit = 80
RAGDir = "ragimport"