Files
SillyTavern/public/notes/13_2.html
2023-02-21 23:31:19 +02:00

22 lines
804 B
HTML

<html>
<head>
<title>Budget</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>World Info Budget</h2>
<h4>Defines how many tokens could be used by World Info entries at once.</h4>
<p>If the budget was exhausted, then no more entries are activated even if the keys are present in the prompt.</p>
<p>Constant entries will be inserted first. Then entries with higher order numbers.</p>
<p>Entries inserted by direct mentioning of their keys have higher priority than those that were mentioned in other entries contents.</p>
</div>
</div>
</body>
</html>