From ef7e62e24bb577dc91c43d265cd19fc10a153fd6 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 30 Jul 2026 17:02:38 +0700 Subject: [PATCH] Update default config --- default-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default-config.yaml b/default-config.yaml index dd05b28..0ce0b9e 100644 --- a/default-config.yaml +++ b/default-config.yaml @@ -35,7 +35,7 @@ llm: - name : "z-ai/glm-5" ragroleplay: - db_path : "./.ragroleplay" + db_path : "~/.config/hendrik/ragroleplay" vector_size : 768 # used on table create only model_url : "http://localhost:11434/api/embed" model_name : "nomic-embed-text" # Need to download model from local ollama @@ -64,4 +64,4 @@ delay: # Humanize Delay (anti-bot detection) typing_max : 10.0 # max typing delay limit per second user: - id: "YOUR_USER_ID_HERE" + id: # Fill your user UUID here