diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-22 08:04:27 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-22 08:04:27 +0300 |
| commit | 84c40102136a846907ce449a2cfcee15b5bc3784 (patch) | |
| tree | 3b6734e6b59106b87b75b9a7d5eab3014d3efea6 /config.example.toml | |
| parent | 86260e218c8320b227d84bb3df1ba4e11779d504 (diff) | |
Doc: config doc update
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 60906da..234e5cd 100644 --- a/config.example.toml +++ b/config.example.toml @@ -10,7 +10,10 @@ DeepSeekModel = "deepseek-reasoner" OpenRouterCompletionAPI = "https://openrouter.ai/api/v1/completions" OpenRouterChatAPI = "https://openrouter.ai/api/v1/chat/completions" # OpenRouterToken = "" +# embeddings EmbedURL = "http://localhost:8082/v1/embeddings" +HFToken = false +# ShowSys = true LogFile = "log.txt" UserRole = "user" @@ -21,6 +24,7 @@ ChunkLimit = 100000 AutoScrollEnabled = true AutoCleanToolCallsFromCtx = false # rag settings +RAGEnabled = false RAGBatchSize = 1 RAGWordLimit = 80 RAGWorkers = 2 |
