Rework AI

This commit is contained in:
Aslan 2025-12-28 23:11:33 +01:00
parent e46c4427cc
commit aebee54562
10 changed files with 79 additions and 20 deletions

View file

@ -1,5 +1,6 @@
{
"baseUrl": "https://",
"server": "",
"userId": "@",
"authPath": "auth.json",
"storePath": "store.json",
@ -25,7 +26,14 @@
"api": {
"key": ""
},
"prompt": "Your name is Aslobot. Be concise, try to keep text as short as possible. Be helpful."
"personalities": [
{
"personality": "You are Aslobot. Be helpful. Be concise, keep text as short as possible.",
"likes": [],
"dislikes": [],
"timeout": 3600000
}
]
}
}
}