Files
SillyTavern/public/notes/13_2.html
2023-02-21 00:17:07 +02:00

21 lines
616 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 always take the priority.</p>
</div>
</div>
</body>
</html>