update config format
This commit is contained in:
parent
ae9ef66d84
commit
21c564919f
@ -15,13 +15,13 @@ llm:
|
|||||||
moop: # Model Option
|
moop: # Model Option
|
||||||
db_path: "~/.config/hendrik/moop.sqlite3"
|
db_path: "~/.config/hendrik/moop.sqlite3"
|
||||||
|
|
||||||
ragroleplay: # Use nomic-embed-text as default
|
session: # Chat session
|
||||||
|
db_path: "~/.config/hendrik/sessions.json"
|
||||||
|
|
||||||
|
ragroleplay: # Use nomic-embed-text
|
||||||
db_path : "~/.config/hendrik/ragroleplay"
|
db_path : "~/.config/hendrik/ragroleplay"
|
||||||
vector_size : 768 # used on table create only
|
vector_size : 768 # used on table create only
|
||||||
|
|
||||||
session:
|
|
||||||
db_path: "~/.config/hendrik/sessions.json"
|
|
||||||
|
|
||||||
xmpp:
|
xmpp:
|
||||||
enabled: false
|
enabled: false
|
||||||
username: ""
|
username: ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user