Change WI slider values

This commit is contained in:
SillyLossy
2023-03-09 17:41:19 +02:00
parent 6d53ab3001
commit af709ce079

View File

@ -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>