mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Change WI slider values
This commit is contained in:
@ -158,7 +158,7 @@
|
||||
var world_names;
|
||||
var world_info_data = null;
|
||||
var world_info_depth = 2;
|
||||
var world_info_budget = 200;
|
||||
var world_info_budget = 128;
|
||||
var imported_world_name = '';
|
||||
var amount_gen = 80; //default max length of AI generated responses
|
||||
var max_context = 2048;
|
||||
@ -4394,7 +4394,7 @@
|
||||
Token Budget <a href="/notes/13_2" class="notes-link" target="_blank"><span class="note-link-span">?</span></a>
|
||||
</h4>
|
||||
<h5 id="world_info_budget_counter">budget</h5>
|
||||
<input type="range" id="world_info_budget" name="volume" min="100" max="500" step="1">
|
||||
<input type="range" id="world_info_budget" name="volume" min="32" max="2048" step="16">
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
|
Reference in New Issue
Block a user