mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Multigen fix
Added tag replacement
This commit is contained in:
@@ -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 <USER> are replaced by User Name<br>
|
||||
{{char}} and <BOT> are replaced by Character Name
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -18,9 +18,10 @@
|
||||
<br><br><START><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 <USER> are replaced by username<br>
|
||||
{{char}} and <BOT> are replaced by character name
|
||||
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
|
||||
{{user}} and <USER> are replaced by User Name<br>
|
||||
{{char}} and <BOT> are replaced by Character Name<br><br>
|
||||
*for Pygmalion "{{user}}:" and "<USER>:" will be replaced by "You:"
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
19
public/notes/12.html
Normal file
19
public/notes/12.html
Normal 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 <USER> are replaced by User Name<br>
|
||||
{{char}} and <BOT> are replaced by Character Name<br><br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -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 <USER> are replaced by User Name<br>
|
||||
{{char}} and <BOT> are replaced by Character Name<br><br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -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 <USER> are replaced by User Name<br>
|
||||
{{char}} and <BOT> are replaced by Character Name<br><br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user