Merge pull request #1 from PasserDreamer/patch-2

Update index.html
This commit is contained in:
PasserDreamer 2024-05-18 17:16:37 +08:00 committed by GitHub
commit 455db18d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,7 @@
</div> </div>
</div> </div>
<div class="range-block"> <div class="range-block">
<div class="range-block-title" data-i18n="temperature"> <div class="range-block-title" data-i18n="Temperature">
Temperature Temperature
</div> </div>
<div class="range-block-range-and-counter"> <div class="range-block-range-and-counter">
@ -1272,7 +1272,7 @@
<div class="flex-container alignitemscenter" style="justify-content: center;"> <div class="flex-container alignitemscenter" style="justify-content: center;">
<div class="checkbox_label" for="dynatemp_textgenerationwebui"> <div class="checkbox_label" for="dynatemp_textgenerationwebui">
<input type="checkbox" id="dynatemp_textgenerationwebui" /> <input type="checkbox" id="dynatemp_textgenerationwebui" />
<small data-i18n="dynatemp"></small> <small data-i18n="Dynatemp"></small>
</div> </div>
<span style="text-align: center;" data-i18n="Dynamic Temperature">Dynamic Temperature</span> <span style="text-align: center;" data-i18n="Dynamic Temperature">Dynamic Temperature</span>
<div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Scale Temperature dynamically per token, based on the variation of probabilities" title="Scale Temperature dynamically per token, based on the variation of probabilities."></div> <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Scale Temperature dynamically per token, based on the variation of probabilities" title="Scale Temperature dynamically per token, based on the variation of probabilities."></div>
@ -3445,8 +3445,8 @@
</label> </label>
<label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1"> <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
<input id="world_info_match_whole_words" type="checkbox" /> <input id="world_info_match_whole_words" type="checkbox" />
<small data-i18n="Match whole words" class="whitespacenowrap flex1"> <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
Match whole words Match Whole Words
</small> </small>
</label> </label>
<label title="Only the entries with the most number of key matches will be selected for Inclusion Group filtering" data-i18n="[title]Only the entries with the most number of key matches will be selected for Inclusion Group filtering" class="checkbox_label flex1"> <label title="Only the entries with the most number of key matches will be selected for Inclusion Group filtering" data-i18n="[title]Only the entries with the most number of key matches will be selected for Inclusion Group filtering" class="checkbox_label flex1">
@ -3532,7 +3532,7 @@
<div id="UI-language-block" class="flex-container alignItemsBaseline"> <div id="UI-language-block" class="flex-container alignItemsBaseline">
<span data-i18n="UI Language">Language:</span> <span data-i18n="UI Language">Language:</span>
<select id="ui_language_select" class="flex1 margin0"> <select id="ui_language_select" class="flex1 margin0">
<option value="" data-i18n="Default">Default</option> <option value="" data-i18n="default">Default</option>
<option value="en">English</option> <option value="en">English</option>
</select> </select>
</div> </div>
@ -3599,7 +3599,7 @@
<div class="flex-container"> <div class="flex-container">
<span data-i18n="Chat Style:">Chat Style:</span><br> <span data-i18n="Chat Style:">Chat Style:</span><br>
<select id="chat_display" class="widthNatural flex1 margin0"> <select id="chat_display" class="widthNatural flex1 margin0">
<option value="0" data-i18n="Default">Flat</span> <option value="0" data-i18n="Flat">Flat</span>
<option value="1" data-i18n="Bubbles">Bubbles</option> <option value="1" data-i18n="Bubbles">Bubbles</option>
<option value="2" data-i18n="Document">Document</option> <option value="2" data-i18n="Document">Document</option>
</select> </select>
@ -4084,7 +4084,7 @@
<small class="fa-solid fa-circle-question note-link-small"></small> <small class="fa-solid fa-circle-question note-link-small"></small>
</a> </a>
</label> </label>
<label class="checkbox_label" for="forbid_external_media" title="Disalow embedded media from other domains in chat messages." data-i18n="[title]Disalow embedded media from other domains in chat messages"> <label class="checkbox_label" for="forbid_external_media" title="Disallow embedded media from other domains in chat messages." data-i18n="[title]Disallow embedded media from other domains in chat messages">
<input id="forbid_external_media" type="checkbox" /> <input id="forbid_external_media" type="checkbox" />
<small data-i18n="Forbid External Media">Forbid External Media</small> <small data-i18n="Forbid External Media">Forbid External Media</small>
</label> </label>