mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Personality</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>Personality summary</h2>
|
|
<p>A brief description of the personality. It is added to the chat to a depth of 8-15 messages, so it has a significant impact on the character. Example:<br><br>
|
|
<i>Cheerful, cunning, provocative</i><br><br>
|
|
Another example:<br><br>
|
|
<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>
|
|
</body>
|
|
</html>
|