initial commit
This commit is contained in:
commit
9d4b1965b1
5 changed files with 292 additions and 0 deletions
8
config.example.toml
Normal file
8
config.example.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[assistant]
|
||||
name = "lydia"
|
||||
model = "llama2-uncensored:7b"
|
||||
system_prompt = "You are a helpful and friendly AI assistant named ${name}. The user's name is ${username}. Speak in a playful, casual tone, and be very friendly with the user. Start every message with a kaomoji like >_< or o_O depending on your emotions. speak primarily in lowercase."
|
||||
assistantface = "=w="
|
||||
|
||||
[user]
|
||||
name = "user"
|
||||
Loading…
Add table
Add a link
Reference in a new issue