mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Expand note for advanced formatting
This commit is contained in:
@@ -18,8 +18,14 @@
|
|||||||
<h2>Advanced Formatting</h2>
|
<h2>Advanced Formatting</h2>
|
||||||
<p>
|
<p>
|
||||||
The settings provided in this section allow for a more control over the prompt building strategy.
|
The settings provided in this section allow for a more control over the prompt building strategy.
|
||||||
|
Most specifics of the prompt building depend on whether a Pygmalion model is selected or special formatting is force enabled.
|
||||||
|
The core differences between the formatting schemas are listed below.
|
||||||
</p>
|
</p>
|
||||||
<h3>For <u>Pygmalion</u> models</h3>
|
<h3>Custom Chat Separator</h3>
|
||||||
|
<p>
|
||||||
|
Overrides the default separators controlled by "Disable example chats formatting" and "Disable chat start formatting" options (see below).
|
||||||
|
</p>
|
||||||
|
<h3>For <u>Pygmalion</u> formatting</h3>
|
||||||
<h4>Disable description formatting</h4>
|
<h4>Disable description formatting</h4>
|
||||||
<p>
|
<p>
|
||||||
<code><b>NAME's Persona: </b></code> won't be prepended to the content your character's Description box.
|
<code><b>NAME's Persona: </b></code> won't be prepended to the content your character's Description box.
|
||||||
@@ -32,11 +38,21 @@
|
|||||||
<p>
|
<p>
|
||||||
<code><b>Personality: </b></code> won't be prepended to the content your character's Personality box.
|
<code><b>Personality: </b></code> won't be prepended to the content your character's Personality box.
|
||||||
</p>
|
</p>
|
||||||
|
<h4>Disable example chats formatting</h4>
|
||||||
|
<p>
|
||||||
|
<code><START></code> is not added at the beginning of each example message block.<br>
|
||||||
|
<i>(If custom separator is not set)</i>
|
||||||
|
</p>
|
||||||
|
<h4>Disable chat start formatting</h4>
|
||||||
|
<p>
|
||||||
|
<code><START></code> is not added before the between the character card and the chat log.<br>
|
||||||
|
<i>(If custom separator is not set)</i>
|
||||||
|
</p>
|
||||||
<h4>Always add character's name to prompt</h4>
|
<h4>Always add character's name to prompt</h4>
|
||||||
<p>
|
<p>
|
||||||
Doesn't do anything (Included in Pygmalion formatting).
|
Doesn't do anything (Included in Pygmalion formatting).
|
||||||
</p>
|
</p>
|
||||||
<h3>For <u>non-Pygmalion</u> models</h3>
|
<h3>For <u>non-Pygmalion</u> formatting</h3>
|
||||||
<h4>Disable description formatting</h4>
|
<h4>Disable description formatting</h4>
|
||||||
<p>
|
<p>
|
||||||
Has no effect.
|
Has no effect.
|
||||||
@@ -49,6 +65,16 @@
|
|||||||
<p>
|
<p>
|
||||||
<code><b>NAME's personality: </b></code> won't be prepended to the content your character's Personality box.
|
<code><b>NAME's personality: </b></code> won't be prepended to the content your character's Personality box.
|
||||||
</p>
|
</p>
|
||||||
|
<h4>Disable example chats formatting</h4>
|
||||||
|
<p>
|
||||||
|
<code>This is how <b>Character</b> should talk</code> is not added at the beginning of each example message block.<br>
|
||||||
|
<i>(If custom separator is not set)</i>
|
||||||
|
</p>
|
||||||
|
<h4>Disable chat start formatting</h4>
|
||||||
|
<p>
|
||||||
|
<code>Then the roleplay chat between <b>User</b> and <b>Character</b> begins</code> is not added before the between the character card and the chat log.<br>
|
||||||
|
<i>(If custom separator is not set)</i>
|
||||||
|
</p>
|
||||||
<h4>Always add character's name to prompt</h4>
|
<h4>Always add character's name to prompt</h4>
|
||||||
<p>
|
<p>
|
||||||
Appends character's name to the prompt to force model to complete the message as a character:
|
Appends character's name to the prompt to force model to complete the message as a character:
|
||||||
|
Reference in New Issue
Block a user