Init
This commit is contained in:
parent
a34dd0624b
commit
019df57092
6 changed files with 270 additions and 0 deletions
134
settings.json
Executable file
134
settings.json
Executable file
|
@ -0,0 +1,134 @@
|
|||
{
|
||||
"llama": {
|
||||
"model": "YOUR LLAMA .GGUF HERE",
|
||||
"ctx": 16000,
|
||||
"threads": 4,
|
||||
"gpu": 0,
|
||||
"top_k": 50,
|
||||
"repeat_penality": 1.5,
|
||||
"system_prompt": "SYS PROMPT HERE",
|
||||
"system_token": ["<|im_start|>system\n", "<|im_end|>\n"],
|
||||
"user_token": ["<|im_start|>user\n", "<|im_end|>\n<|im_start|>assistant"]
|
||||
},
|
||||
"bot": {
|
||||
"token": "YOUR TOKEN HERE",
|
||||
"sync": 0
|
||||
},
|
||||
"uwu": {
|
||||
"act": [
|
||||
"*sweat* ",
|
||||
"*screams* ",
|
||||
"*purr* ",
|
||||
"*blush* ",
|
||||
"*meow* ",
|
||||
"😊 ",
|
||||
"\u2764\uFE0F ",
|
||||
"\u2728 ",
|
||||
"🌼 ",
|
||||
"🌟 ",
|
||||
"🥺 ",
|
||||
"💕 ",
|
||||
"\u0028\u002A\u005E\u03C9\u005E\u002A\u0029 ",
|
||||
"\u0028\u2044\u0020\u2044\u2022\u2044\u03C9\u2044\u2022\u2044\u0020\u2044\u0029 "
|
||||
],
|
||||
"replace": {
|
||||
"l": "w",
|
||||
"r": "w",
|
||||
"L": "W",
|
||||
"R": "W"
|
||||
},
|
||||
"consonnes": [
|
||||
"b",
|
||||
"c",
|
||||
"d",
|
||||
"f",
|
||||
"g",
|
||||
"h",
|
||||
"j",
|
||||
"k",
|
||||
"l",
|
||||
"m",
|
||||
"n",
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s",
|
||||
"t",
|
||||
"v",
|
||||
"w",
|
||||
"x",
|
||||
"y",
|
||||
"z"
|
||||
]
|
||||
},
|
||||
"gifs": [
|
||||
"airkiss",
|
||||
"angrystare",
|
||||
"bite",
|
||||
"bleh",
|
||||
"blush",
|
||||
"brofist",
|
||||
"celebrate",
|
||||
"cheers",
|
||||
"clap",
|
||||
"confused",
|
||||
"cool",
|
||||
"cry",
|
||||
"cuddle",
|
||||
"dance",
|
||||
"drool",
|
||||
"evillaugh",
|
||||
"facepalm",
|
||||
"handhold",
|
||||
"happy",
|
||||
"headbang",
|
||||
"hug",
|
||||
"kiss",
|
||||
"laugh",
|
||||
"lick",
|
||||
"love",
|
||||
"mad",
|
||||
"nervous",
|
||||
"no",
|
||||
"nom",
|
||||
"nosebleed",
|
||||
"nuzzle",
|
||||
"nyah",
|
||||
"pat",
|
||||
"peek",
|
||||
"pinch",
|
||||
"poke",
|
||||
"pout",
|
||||
"punch",
|
||||
"roll",
|
||||
"run",
|
||||
"sad",
|
||||
"scared",
|
||||
"shout",
|
||||
"shrug",
|
||||
"shy",
|
||||
"sigh",
|
||||
"sip",
|
||||
"slap",
|
||||
"sleep",
|
||||
"slowclap",
|
||||
"smack",
|
||||
"smile",
|
||||
"smug",
|
||||
"sneeze",
|
||||
"sorry",
|
||||
"stare",
|
||||
"stop",
|
||||
"surprised",
|
||||
"sweat",
|
||||
"thumbsup",
|
||||
"tickle",
|
||||
"tired",
|
||||
"wave",
|
||||
"wink",
|
||||
"woah",
|
||||
"yawn",
|
||||
"yay",
|
||||
"yes"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue