mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Some proofreading of help pages
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<div id="content">
|
||||
<h2>Advanced Formatting</h2>
|
||||
<p>
|
||||
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 settings provided in this section allow for 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>
|
||||
<h3>Custom Chat Separator</h3>
|
||||
@@ -28,15 +28,15 @@
|
||||
<h3>For <u>Pygmalion</u> formatting</h3>
|
||||
<h4>Disable description formatting</h4>
|
||||
<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 of your character's Description box.
|
||||
</p>
|
||||
<h4>Disable scenario formatting</h4>
|
||||
<p>
|
||||
<code><b>Scenario: </b></code> won't be prepended to the content your character's Scenario box.
|
||||
<code><b>Scenario: </b></code> won't be prepended to the content of your character's Scenario box.
|
||||
</p>
|
||||
<h4>Disable personality formatting</h4>
|
||||
<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 of your character's Personality box.
|
||||
</p>
|
||||
<h4>Disable example chats formatting</h4>
|
||||
<p>
|
||||
@@ -45,7 +45,7 @@
|
||||
</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>
|
||||
<code><START></code> is not added 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>
|
||||
@@ -59,11 +59,11 @@
|
||||
</p>
|
||||
<h4>Disable scenario formatting</h4>
|
||||
<p>
|
||||
<code><b>Circumstances and context of the dialogue: </b></code> won't be prepended to the content your character's Scenario box.
|
||||
<code><b>Circumstances and context of the dialogue: </b></code> won't be prepended to the content of your character's Scenario box.
|
||||
</p>
|
||||
<h4>Disable personality formatting</h4>
|
||||
<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 of your character's Personality box.
|
||||
</p>
|
||||
<h4>Disable example chats formatting</h4>
|
||||
<p>
|
||||
@@ -72,12 +72,12 @@
|
||||
</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>
|
||||
<code>Then the roleplay chat between <b>User</b> and <b>Character</b> begins</code> is not added 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>
|
||||
<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 the model to complete the message as the character:
|
||||
</p>
|
||||
|
||||
<code>
|
||||
|
Reference in New Issue
Block a user