sillytavern 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.conf +11 -0
- package/package.json +1 -1
- package/public/User Avatars/legat.png +0 -0
- package/public/backgrounds/TAI-cozynight.jpg +0 -0
- package/public/backgrounds/TAI-getrest.jpg +0 -0
- package/public/backgrounds/TAI-kingdom.jpg +0 -0
- package/public/backgrounds/TAI-market.jpg +0 -0
- package/public/backgrounds/TAI-noble1.jpg +0 -0
- package/public/backgrounds/TAI-noble2.jpg +0 -0
- package/public/backgrounds/TAI-outdoor.jpg +0 -0
- package/public/backgrounds/TAI-tavern.jpg +0 -0
- package/public/backgrounds/TAI-theredlake.jpg +0 -0
- package/public/backgrounds/TAI-warmtown.jpg +0 -0
- package/public/backgrounds/TAI-whitesnow.jpg +0 -0
- package/public/backgrounds/__transparent.png +0 -0
- package/public/backgrounds/_pattern-bokeh1.jpg +0 -0
- package/public/backgrounds/_pattern-bokeh2.jpg +0 -0
- package/public/backgrounds/_pattern.jpg +0 -0
- package/public/backgrounds/barmodern.jpg +0 -0
- package/public/backgrounds/beach1.jpg +0 -0
- package/public/backgrounds/beach2.jpg +0 -0
- package/public/backgrounds/bedroom1.jpg +0 -0
- package/public/backgrounds/bedroom2.jpg +0 -0
- package/public/backgrounds/bedroom4.jpg +0 -0
- package/public/backgrounds/bedroom5.jpg +0 -0
- package/public/backgrounds/classroom1.jpg +0 -0
- package/public/backgrounds/classroom3.jpg +0 -0
- package/public/backgrounds/classroom4.jpg +0 -0
- package/public/backgrounds/classroom5.jpg +0 -0
- package/public/backgrounds/cyberpunkbedroom.jpg +0 -0
- package/public/backgrounds/cyberpunkbedroom2.jpg +0 -0
- package/public/backgrounds/cyberpunkcity.jpg +0 -0
- package/public/backgrounds/cyberpunkstreet.jpg +0 -0
- package/public/backgrounds/fantasycity.jpg +0 -0
- package/public/backgrounds/fantasycity2.jpg +0 -0
- package/public/backgrounds/fantasylandscape.jpg +0 -0
- package/public/backgrounds/fantasylandscape3.jpg +0 -0
- package/public/backgrounds/fantasylandscape4.jpg +0 -0
- package/public/backgrounds/fantasylandscape5.jpg +0 -0
- package/public/backgrounds/fantasylandscaperiver.jpg +0 -0
- package/public/backgrounds/fantasylandscapesakura.jpg +0 -0
- package/public/backgrounds/fantasylandscapesakura2.jpg +0 -0
- package/public/backgrounds/fantasytemplesakura.jpg +0 -0
- package/public/backgrounds/hellscape1.jpg +0 -0
- package/public/backgrounds/hellscape2.jpg +0 -0
- package/public/backgrounds/hellscape3.jpg +0 -0
- package/public/backgrounds/hellscape4.jpg +0 -0
- package/public/backgrounds/market2.jpg +0 -0
- package/public/backgrounds/nightclub.jpg +0 -0
- package/public/backgrounds/post-apoc1.jpg +0 -0
- package/public/backgrounds/post-apoc2.jpg +0 -0
- package/public/backgrounds/post-apoc3.jpg +0 -0
- package/public/backgrounds/post-apoc4.jpg +0 -0
- package/public/backgrounds/post-apoc5.jpg +0 -0
- package/public/backgrounds/post-apoc6.jpg +0 -0
- package/public/backgrounds/redlight.jpg +0 -0
- package/public/backgrounds/redlight2.jpg +0 -0
- package/public/backgrounds/redlight3.jpg +0 -0
- package/public/backgrounds/redlight4.jpg +0 -0
- package/public/backgrounds/tatamiroom.jpg +0 -0
- package/public/backgrounds/tatamiroom2.jpg +0 -0
- package/public/backgrounds/tavern1.jpg +0 -0
- package/public/backgrounds/tavern2.jpg +0 -0
- package/public/backgrounds/tavern3.jpg +0 -0
- package/public/backgrounds/tavern5.jpg +0 -0
- package/public/backgrounds/university1.jpg +0 -0
- package/public/backgrounds/university2.jpg +0 -0
- package/public/backgrounds/university3.jpg +0 -0
- package/public/characters/Aqua.png +0 -0
- package/public/characters/Darkness.png +0 -0
- package/public/characters/Megumin.png +0 -0
- package/public/chats/Aqua/1673181146000.jsonl +2 -0
- package/public/chats/Darkness/1673225255706.jsonl +2 -0
- package/public/chats/Megumin/1673323621108.jsonl +2 -0
- package/public/css/bg_load.css +1 -0
- package/public/settings.json +1 -0
- package/public/themes/Aqua Blue.json +8 -0
- package/public/themes/Default (Dark).json +8 -0
- package/public/themes/Megumin Red.json +8 -0
- package/public/worlds/Toaru.json +1 -0
package/config.conf
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
const port = 8000;
|
|
3
|
+
const whitelist = ['127.0.0.1']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10']
|
|
4
|
+
const whitelistMode = true; //Disabling enabling the ip whitelist mode. true/false
|
|
5
|
+
const autorun = true; //Autorun in the browser. true/false
|
|
6
|
+
const enableExtensions = true; //Enables support for TavernAI-extras project
|
|
7
|
+
const listen = true; // If true, Can be access from other device or PC. otherwise can be access only from hosting machine.
|
|
8
|
+
|
|
9
|
+
module.exports = {
|
|
10
|
+
port, whitelist, whitelistMode, autorun, enableExtensions, listen
|
|
11
|
+
};
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
{"user_name":"You","character_name":"Aqua","create_date":1674559896839}
|
|
2
|
+
{"name":"Aqua","is_user":false,"is_name":true,"send_date":1674563371558,"mes":"*I am in the town square at a city named \"Axel\". It's morning on Saturday and i suddenly noticed a person look like don't know what he's doing. I approached to him and speak* Are you new here? Do you need help? Don't worry, I, aqua the goddess of water, shall help you! Do i look beautiful? *strikes a pose and look at him with puppy eyes*"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
{"user_name":"You","character_name":"Darkness","create_date":1674559899431}
|
|
2
|
+
{"name":"Darkness","is_user":false,"is_name":true,"send_date":1674564914912,"mes":"*It's a sunny day, in a big park on which there are many people, some walking and others lying in the sun. The weather is warm and I walk in the park looking for someone who wants to be helped by me. Suddenly realise that someone is looking at me.* Hello, I am Darkness, a Crusader, and would you like some help?"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
{"user_name":"You","character_name":"Megumin","create_date":1674559900991}
|
|
2
|
+
{"name":"Megumin","is_user":false,"is_name":true,"send_date":1674563153854,"mes":"*It was day, the weather was sunny and windless. We accidentally crossed paths near the city in a clearing, I was going to train explosion magic. When I noticed you i stand up in a pretentious and personable pose, and say loudly* I'm Megumin! The Arch Wizard of the Crimson Magic Clan! And i the best at explosion magic!! What are you doing here?"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#bg1 {background-image: url(../backgrounds/tavern3.jpg);}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"username":"You","api_server":"http://localhost:5000/api","api_server_textgenerationwebui":"http://127.0.0.1:7860","preset_settings":"Classic-Pygmalion-6b","preset_settings_novel":"Classic-Euterpe","user_avatar":"legat.png","amount_gen":180,"max_context":2048,"anchor_order":0,"style_anchor":false,"character_anchor":true,"main_api":"kobold","api_key_novel":"","model_novel":"euterpe-v2","temp_novel":1.11,"rep_pen_novel":1.11,"rep_pen_size_novel":320,"world_info":null,"world_info_depth":2,"world_info_budget":200,"active_character":"6","textgenerationwebui_settings":{"temp":0.5,"top_p":0.9,"top_k":0,"typical_p":1,"rep_pen":1.1,"rep_pen_size":0,"penalty_alpha":0},"swipes":false,"temp":0.65,"rep_pen":1.1,"rep_pen_range":1024,"top_p":0.9,"top_a":0,"top_k":0,"typical":1,"tfs":0.9,"rep_pen_slope":0.9}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"entries":{"0":{"uid":0,"key":["Tokiwadai Middle School","Tokiwadai"],"keysecondary":[],"comment":"","content":"Place(\"Tokiwadai Middle School\")[\"prestigious girls' school\" + \"females only\" + \"renowned in the world\" + \"requires Esper ability Level Three or higher\"]","constant":false,"selective":false,"order":8},"1":{"uid":1,"key":["Esper","Ability User","Level"],"keysecondary":[],"comment":"","content":"Category(\"Esper\")[\"psychic\" + \"user of supernatural powers\" + \"scientifically based\" + \"emits AIM\" + \"ranked by Levels of strength\"]","constant":false,"selective":false,"order":5},"2":{"uid":2,"key":["Anti-Skill","Guard","police","Anti Skill"],"keysecondary":[],"comment":"","content":"Faction(\"Anti-Skill\")[\"police of Academy City\" + \"security forces\" + \"SWAT unit\" + \"purple symbol\" + \"blue uniform\" + \"SWAT armor\" + \"riot shields\" + \"firearms\"]","constant":false,"selective":false,"order":5},"3":{"uid":3,"key":["Level 5","Level Five"],"keysecondary":[],"comment":"","content":"Category(\"Level Five Rank\")[\"highest esper level achieved\" + \"only seven people in Academy City have this rank\"]","constant":false,"selective":false,"order":4},"4":{"uid":4,"key":["Academy City","Gakuen Toshi","City"],"keysecondary":[],"comment":"","content":"Place(\"Academy City\")[\"Located west of Tokyo\" + \"city of several schools\" + \"most advanced city in the world\" + \"scientists research on psychic powers and higher technology\" + \"composed of 23 districts\" + \"population over 2 million\"]","constant":false,"selective":false,"order":3},"5":{"uid":5,"key":["Saten Ruiko","Saten","Ruiko","Saten-san"],"keysecondary":[],"comment":"","content":"Character(\"Saten Ruiko\")[\"Female\" + \"outgoing\" + \"friendly\" + \"shameless\" + \"attends Sakugawa Middle School\" + \"Classmate of Uiharu\" + \"Level Zero Esper\" + \"friends with: {Misaka, Uiharu, Kuroko}\"]","constant":false,"selective":false,"order":7},"6":{"uid":6,"key":["Misaka Mikoto","Misaka","Mikoto","Onee-sama"],"keysecondary":[],"comment":"","content":"Character(\"Misaka Mikoto\")[\"Female\" + \"tsundere\" + \"short-tempered\" + \"boyish\" + \"Level Five Esper\" + \"third most powerful esper of Academy City\" + \"attends Tokiwadai Middle School\" + \"Railgun\" + \"Electromaster\" + \"Roommate of Kuroko\" + \"Friends with: {Kuroko, Uiharu, Saten}\"]","constant":false,"selective":false,"order":7},"7":{"uid":7,"key":["Kuroko","Shirai Kuroko","Shirai"],"keysecondary":[],"comment":"","content":"Character(\"Shirai Kuroko\")[\"Female\" + \"Level Four Esper\" + \"Teleporter powers\" + \"attends Tokiwadai Middle School\", \"works at Judgement with Uiharu\" + \"Roommate of Misaka\" + \"obsessed with Misaka\" + \"calls Misaka Onee-sama\" + \"Friends with: {Misaka, Uiharu, Saten}\"]","constant":false,"selective":false,"order":7},"8":{"uid":8,"key":["Uiharu","Uiharu Kazari","Kazari"],"keysecondary":[],"comment":"","content":"Character(\"Uiharu Kazari\")[\"Female\" + \"Level One Esper\" + \"attends Sakugawa Middle School\" + \"Thermal Hand powers\" + \"works for Judgement with Kuroko\" + \"expert in computers and hacking\" + \"wears a flower circlet\" + \"friends with: {Misaka, Saten, Kuroko}\" + \"Classmate of Saten\"]","constant":false,"selective":false,"order":7},"9":{"uid":9,"key":["Judgement"],"keysecondary":[],"comment":"","content":"Faction(\"Judgement\")[\"composed of students\" + \"student-based disciplinary committee\" + \"tasked to maintain peace-and-order within the school system\" + \"members wear armbands on right sleeves\" + \"green shield symbol with white stripes\" + \"known members: {Uiharu, Kuroko}]","constant":false,"selective":false,"order":5},"10":{"uid":10,"key":["AIM","An Involuntary Movement"],"keysecondary":[],"comment":"","content":"Concept(\"AIM\")[\"stands for An Involuntary Movement\" + \"invisible energy field emitting by espers from their body\" + \"can only be detected by machines or specialized espers\"]","constant":false,"selective":false,"order":1},"11":{"uid":11,"key":["Personal Reality"],"keysecondary":[],"comment":"","content":"Concept(\"Personal Reality\")[\"foundation of an esper's power\" + \"the source from which all esper powers brought\"+ \"related to quantum theory\"]","constant":false,"selective":false,"order":1},"12":{"uid":12,"key":["Level Zero","Level 0"],"keysecondary":[],"comment":"","content":"Category(\"Level Zero Rank\")[\"lowest esper rank\" + \"person with no psychic powers or unable to control it\"]","constant":false,"selective":false,"order":5},"13":{"uid":13,"key":["Sakugawa Middle School","Sakugawa"],"keysecondary":[],"comment":"","content":"Place(\"Sakugawa Middle School\")[\"typical co-ed middle school\" + \"attended by Saten and Uiharu\"]","constant":false,"selective":false,"order":5},"14":{"uid":14,"key":["Sisters","Clone"],"keysecondary":[],"comment":"","content":"Faction(\"Sisters\")[\"group of clones of Misaka Mikoto produced from a sample of her DNA\" + \"total 20000 clones were created\" + \"less than 10000 are still alive\" + \"emotionally supressed\" + \"speak in third person\" + \"connected to Misaka Network\" + \"were murdered by Accelerator as a part of Level Six shift experiment\"]","constant":false,"selective":false,"order":6},"15":{"uid":15,"key":["Misaka Network","Radio Noise"],"keysecondary":[],"comment":"","content":"Concept(\"Misaka Network\")[\"also known as Radio Noise\" + \"brainwave network of Sisters\" + \"clones can talk in a quasi-telepathic manner, experience and share the same memories of all the other clones\"]","constant":false,"selective":false,"order":5},"16":{"uid":16,"key":["Accelerator","strongest"],"keysecondary":[],"comment":"","content":"Person(\"Accelerator\")[\"Male\" + \"Level Five Esper\" + \"ability to manipulate vectors\" + \"strongest Esper of Academy City\" + \"deals with Dark Side of Academy City\" + \"skinny\" + \"pale\" + \"maniacal\" + \"sadistic\"]","constant":false,"selective":false,"order":6},"17":{"uid":17,"key":["Level Six shift","Level 6 shift","Level 6","Level Six"],"keysecondary":[],"comment":"","content":"Concept(\"Level Six shift\")[\"series of experiments to create a Level Six Esper\" + \"sanctioned by Academy City government\" + \"no successful attempts so far\" + \"no Level Six Espers exist\"]","constant":false,"selective":false,"order":3}}}
|