mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
21 lines
616 B
HTML
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> |