Multigen fix

Added tag replacement
This commit is contained in:
Ash
2023-02-05 13:12:39 +04:00
parent 00d731a55b
commit 9c569eff8a
5 changed files with 32 additions and 8 deletions

View File

@@ -19,6 +19,9 @@
Chloe's personality is...</i> etc.</p>
<p>But that the AI would be less confused the best way is to use the W++ format. Details here: <a target="_blank" href="https://github.com/KoboldAI/KoboldAI-Client/wiki/Pro-Tips">Pro-Tips</a></p>
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
{{user}} and &lt;USER&gt; are replaced by User Name<br>
{{char}} and &lt;BOT&gt; are replaced by Character Name
</div>
</div>
</body>

View File

@@ -18,9 +18,10 @@
<br><br>&lt;START&gt;<br>
{{user}}: Hello<br>
{{char}}: *excitedly* Hello there, dear! Are you new to Axel? Don't worry, I, Aqua the goddess of water, am here to help you! Do you need any assistance? And may I say, I look simply radiant today! *strikes a pose and looks at you with puppy eyes*</p>
<hr><br>A list of tags that are replaced when sending AI examples of dialogs:<br><br>
{{user}} and &lt;USER&gt; are replaced by username<br>
{{char}} and &lt;BOT&gt; are replaced by character name
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
{{user}} and &lt;USER&gt; are replaced by User Name<br>
{{char}} and &lt;BOT&gt; are replaced by Character Name<br><br>
*for Pygmalion "{{user}}:" and "&lt;USER&gt;:" will be replaced by "You:"
</div>
</div>
</body>

19
public/notes/12.html Normal file
View File

@@ -0,0 +1,19 @@
<html>
<head>
<title>Scenario</title>
<link rel="stylesheet" href="/css/notes.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="main">
<div id="content">
<h2>Scenario</h2>
<p>Circumstances and context of the dialogue.</p>
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
{{user}} and &lt;USER&gt; are replaced by User Name<br>
{{char}} and &lt;BOT&gt; are replaced by Character Name<br><br>
</div>
</div>
</body>
</html>

View File

@@ -15,6 +15,9 @@
<i>Aqua likes to do nothing and also likes to get drunk</i>
</p>
<p>*In Pygmalion model, it is used as a "Personality:" graph</p>
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
{{user}} and &lt;USER&gt; are replaced by User Name<br>
{{char}} and &lt;BOT&gt; are replaced by Character Name<br><br>
</div>
</div>

View File

@@ -14,11 +14,9 @@
likely that the character would respond in monosyllables. You can also use asterisks ** to describe the character's actions. For example:<br><br>
<i>*I noticed you came inside, I walked up and stood right in front of you* Wellcome. I'm glad to see you here. *i said with toothy smug sunny smile looking you straight in the eye* What brings you...</i> etc
</p>
<h3>Updates</h3>
<p>
Later, the ability to specify several examples of answer messages will be added so that a more
detailed image of the character personality can be recreated.
</p>
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
{{user}} and &lt;USER&gt; are replaced by User Name<br>
{{char}} and &lt;BOT&gt; are replaced by Character Name<br><br>
</div>
</div>
</body>