More AI improvements

This commit is contained in:
Aslan 2025-12-28 18:26:11 +01:00
parent 59d54b37fb
commit dcd6778c19
5 changed files with 11 additions and 4 deletions

View file

@ -37,8 +37,7 @@ const onAI = async (text: string, roomId: string, sender: string) => {
let textMod = text.replace("!ai", "").trim().toLowerCase();
let instructions = {
prefferedLanguages: ["english", "slovak"],
adminText:
"Your name is Aslobot. Be concise, try to keep text as short as possible. Be helpful, but you are encouraged to be sarcastic and make fun of people",
adminText: config.app.ai.prompt,
alts: alts,
} as IAdminInstructions;