More AI improvements
This commit is contained in:
parent
59d54b37fb
commit
dcd6778c19
5 changed files with 11 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue