mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase maximum injection depth and WI order (#3800)
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
<label for="vectors_file_depth_db" title="How many messages before the current end of the chat." data-i18n="[title]How many messages before the current end of the chat.">
|
||||
<input type="radio" name="vectors_file_position_db" value="1" />
|
||||
<span data-i18n="In-chat @ Depth">In-chat @ Depth</span>
|
||||
<input id="vectors_file_depth_db" class="text_pole widthUnset" type="number" min="0" max="999" />
|
||||
<input id="vectors_file_depth_db" class="text_pole widthUnset" type="number" min="0" max="9999" />
|
||||
<span>as</span>
|
||||
<select id="vectors_file_depth_role_db" class="text_pole widthNatural">
|
||||
<option value="0" data-i18n="System">System</option>
|
||||
@@ -362,7 +362,7 @@
|
||||
<label for="vectors_depth" title="How many messages before the current end of the chat." data-i18n="[title]How many messages before the current end of the chat.">
|
||||
<input type="radio" name="vectors_position" value="1" />
|
||||
<span data-i18n="In-chat @ Depth">In-chat @ Depth </span>
|
||||
<input id="vectors_depth" class="text_pole widthUnset" type="number" min="0" max="999" />
|
||||
<input id="vectors_depth" class="text_pole widthUnset" type="number" min="0" max="9999" />
|
||||
</label>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
|
Reference in New Issue
Block a user