Rework AI
This commit is contained in:
parent
e46c4427cc
commit
aebee54562
10 changed files with 79 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue