Update README.md
Browse files
README.md
CHANGED
@@ -62,9 +62,10 @@ base_model:
|
|
62 |
<h5><b>MESSAGES FORMATS:</b></h5>
|
63 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|
64 |
<li><b>1st Person / 3rd Person</b> (switch through System Prompt Presets!)</li>
|
65 |
-
<li><b>DIALOGUES</b> - plain text, no quotation marks,
|
66 |
<li><b>NARRATION</b> - italics</li>
|
67 |
-
<li><b>
|
|
|
68 |
</div><br>
|
69 |
<h5><b>PRESETS:</b></h5>
|
70 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|
|
|
62 |
<h5><b>MESSAGES FORMATS:</b></h5>
|
63 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|
64 |
<li><b>1st Person / 3rd Person</b> (switch through System Prompt Presets!)</li>
|
65 |
+
<li><b>DIALOGUES</b> - quotation marks if you do not use my REGEX/plain text, no quotation marks, if you add my REGEX</li>
|
66 |
<li><b>NARRATION</b> - italics</li>
|
67 |
+
<li><b>INNER THOUGHTS</b> - code block aka ```Thoughts```</li>
|
68 |
+
<li><b>Trim Incomplete Sentences: ON</b> (it prevents messeges from being cut in half with short maximum tokens setting in "conversation" mode preset, you need to turn it on manually in the newest presets version or...); OFF - you can use my REGEX files, which are better in trimming the unfinished sentences than a basic SillyTavern tool. Additionally, doing it through REGEX allows trimming even extremely short messages. You can set the output toxens even to 20-50 and it will trim everything perfectly, which is not doable otherwise - only through proper regex and good news - I wrote it for you... It is a separate folder to download now - you import regex files under SillyTavern Extensions Tab -> REGEX, in order provided in the files readme. You can also turn quotations ON/OFF this way - since LLM will generate with quotations now.</li>
|
69 |
</div><br>
|
70 |
<h5><b>PRESETS:</b></h5>
|
71 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|