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