mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
1) Character files now represent images, all data about the characters is located within the image file. This makes it easy to exchange characters. You do not need to redesign your old characters in the new format, the conversion will happen automatically, old character files will not be deleted 2) Import function for characters is available, you can also import characters in the old TavernAI .json format, and you can also import characters from the Pygmalion notebook format 3) Export function for characters is available 4) The chat structure has been completely redesigned, now chats are located in the public/chats folder, chats now represent jsonl files, messages can be read one line at a time from such a file, this will help for future optimization when there are many messages 5) A new menu for selecting saved TavernAI chats is now available Importing TavernAI chats is now available Importing chats from CAI is now available 6) Additional advanced settings have been added for characters. A "Scenario" field has been added, as well as a "Dialogue Examples" field 7) Full support for the Pygmalion format has been added A indicator now appears when special formatting for Pygmalion is enabled 8) Many other minor bugs have been fixed To update an old version to version 1.2.0, you simply need to copy files with replacement.
23 lines
1.5 KiB
HTML
23 lines
1.5 KiB
HTML
<html>
|
|
<head>
|
|
<title>Anchors</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>Anchors</h2>
|
|
<h4>Anchors are used to increase the length of messages. There are two types of anchors: Character Anchor and Style Anchor</h4>
|
|
<p><u>Character Anchor</u> - affects the character played by the AI by motivating him to write longer messages. Looks like [Alexa talks a lot with descriptions]</p>
|
|
<p><u>Style Anchor</u> - affects all AI model, motivating AI to write longer messages. Looks like [Writing style: very long messages]</p>
|
|
<hr style="opacity: 0.6;"><p>Anchors Order sets the location of anchors in the promt, the first anchor in the order is much higher and has less influence than second.</p>
|
|
<p>The second in order anchor is turned on after 8-12 messages, because the first anchor is enough when there are few messages.</p>
|
|
<p>Sometimes some AI models may not perceive anchors correctly or the AI model already generates sufficiently long messages, so for these cases, to disable anchors, you just need to uncheck the boxes.</p>
|
|
<br><p>*It is automatically disabled in Pygmalion, since Pygmalion already generates long enough messages</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|