initial commit

This commit is contained in:
Eri Ishihara 2025-07-19 00:47:49 +02:00
commit 294af02da5
5 changed files with 314 additions and 0 deletions

19
config.example.toml Normal file
View file

@ -0,0 +1,19 @@
[assistant]
name = "lydia"
model = "gemma3n:e4b"
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="
[appearance]
facefont = "mono9"
[user]
# use the username of the user who sends a message
[advanced]
temperature = 0.8
max_tokens = 8192
[discord]
token = "DISCORD_TOKEN_HERE"
owner = "OWNER_ID_HERE"