Update default config
This commit is contained in:
parent
c8158ed747
commit
ef7e62e24b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user