diff --git a/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings b/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings
index 73666d353..f7d8c8349 100644
--- a/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings
+++ b/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings
@@ -2,7 +2,7 @@
"file_version": 2,
"max_length": 2048,
"ikmax": 3000,
- "genamt": 80,
+ "genamt": 180,
"ikgen": 200,
"rep_pen": 1.17,
"rep_pen_slope": 0.2,
diff --git a/public/KoboldAI Settings/Classic-Pygmalion-6b.settings b/public/KoboldAI Settings/Classic-Pygmalion-6b.settings
index ece9bf736..df9b72035 100644
--- a/public/KoboldAI Settings/Classic-Pygmalion-6b.settings
+++ b/public/KoboldAI Settings/Classic-Pygmalion-6b.settings
@@ -2,7 +2,7 @@
"file_version": 2,
"max_length": 2048,
"ikmax": 3000,
- "genamt": 80,
+ "genamt": 180,
"ikgen": 200,
"rep_pen": 1.08,
"rep_pen_slope": 0.9,
diff --git a/public/KoboldAI Settings/Merchant-FSD-2.7B-Nerys.settings b/public/KoboldAI Settings/Merchant-FSD-2.7B-Nerys.settings
deleted file mode 100644
index 6f4cd2331..000000000
--- a/public/KoboldAI Settings/Merchant-FSD-2.7B-Nerys.settings
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "apikey": "",
- "andepth": 1,
- "sampler_order": [
- 6,
- 4,
- 3,
- 2,
- 0,
- 1,
- 5
- ],
- "temp": 0.8,
- "top_p": 0.90,
- "top_k": 0.0,
- "tfs": 0.96,
- "typical": 0.98,
- "top_a": 0.02,
- "rep_pen": 1.01,
- "rep_pen_slope": 0.8,
- "rep_pen_range": 448.0,
- "genamt": 90,
- "max_length": 2048,
- "ikgen": 200,
- "formatoptns": {
- "frmttriminc": true,
- "frmtrmblln": false,
- "frmtrmspch": false,
- "frmtadsnsp": true,
- "singleline": false
- },
- "numseqs": 1,
- "widepth": 3,
- "useprompt": false,
- "adventure": false,
- "chatmode": false,
- "chatname": "You",
- "dynamicscan": false,
- "nopromptgen": false,
- "rngpersist": false,
- "nogenmod": false,
- "fulldeterminism": false,
- "autosave": false,
- "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (20B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
- "output_streaming": true,
- "show_probs": false,
- "show_budget": false,
- "seed": null,
- "newlinemode": "n",
- "antemplate": "",
- "userscripts": [],
- "corescript": "default.lua",
- "softprompt": ""
-}
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 9d55a611a..62eca2130 100644
--- a/public/index.html
+++ b/public/index.html
@@ -92,6 +92,11 @@
var rep_pen_size = 100;
var is_pygmalion = false;
+ var tokens_already_generated = 0;
+ var message_already_generated = '';
+ var if_typing_text = false;
+ const tokens_cycle_count = 30;
+ var cycle_count_generation = 0;
var anchor_order = 0;
var style_anchor = true;
@@ -416,7 +421,13 @@
//}
messageText = messageFormating(messageText, characterName);
- $("#chat").append( "