Chore: move rag settings to config
This commit is contained in:
@@ -8,3 +8,7 @@ ToolRole = "tool"
|
||||
AssistantRole = "assistant"
|
||||
SysDir = "sysprompts"
|
||||
ChunkLimit = 100000
|
||||
# rag settings
|
||||
RAGBatchSize = 100
|
||||
RAGWordLimit = 80
|
||||
RAGWorkers = 5
|
||||
|
||||
Reference in New Issue
Block a user