mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:25:51 +00:00
Update Amily2-optimization.html
This commit is contained in:
@@ -17,6 +17,13 @@
|
|||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="control-block-with-switch">
|
||||||
|
<label for="amily2_opt_ejs_enabled">EJS 预处理 <small style="color: #ffc107;">功能友情提供:Ducker</small></label>
|
||||||
|
<label class="toggle-switch">
|
||||||
|
<input id="amily2_opt_ejs_enabled" type="checkbox" />
|
||||||
|
<span class="slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="sinan-navigation-deck">
|
<div class="sinan-navigation-deck">
|
||||||
@@ -65,10 +72,10 @@
|
|||||||
<select id="amily2_jqyh_tavern_profile" class="text_pole"></select>
|
<select id="amily2_jqyh_tavern_profile" class="text_pole"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label for="amily2_jqyh_max_tokens">最大 Tokens: <span id="amily2_jqyh_max_tokens_value">60000</span></label>
|
<label for="amily2_jqyh_max_tokens">最大 Tokens: <span id="amily2_jqyh_max_tokens_value">4000</span></label>
|
||||||
<input type="range" id="amily2_jqyh_max_tokens" min="100" max="100000" step="100" value="60000">
|
<input type="range" id="amily2_jqyh_max_tokens" min="100" max="100000" step="100" value="4000">
|
||||||
<label for="amily2_jqyh_temperature">温度: <span id="amily2_jqyh_temperature_value">1</span></label>
|
<label for="amily2_jqyh_temperature">温度: <span id="amily2_jqyh_temperature_value">0.7</span></label>
|
||||||
<input type="range" id="amily2_jqyh_temperature" min="0" max="2" step="0.1" value="1">
|
<input type="range" id="amily2_jqyh_temperature" min="0" max="2" step="0.1" value="0.7">
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
@@ -147,7 +154,7 @@
|
|||||||
<div class="inline-settings-grid">
|
<div class="inline-settings-grid">
|
||||||
<label for="amily2_opt_context_limit">上下文条数: <span id="amily2_opt_context_limit_value">10</span></label>
|
<label for="amily2_opt_context_limit">上下文条数: <span id="amily2_opt_context_limit_value">10</span></label>
|
||||||
<input type="range" id="amily2_opt_context_limit" min="1" max="50" step="1" value="10">
|
<input type="range" id="amily2_opt_context_limit" min="1" max="50" step="1" value="10">
|
||||||
<label for="amily2_opt_worldbook_char_limit">世界书字符: <span id="amily2_opt_worldbook_char_limit_value">60000</span></label>
|
<label for="amily2_opt_worldbook_char_limit">世界书最大字符数: <span id="amily2_opt_worldbook_char_limit_value">60000</span></label>
|
||||||
<input type="range" id="amily2_opt_worldbook_char_limit" min="1000" max="200000" step="1000" value="60000">
|
<input type="range" id="amily2_opt_worldbook_char_limit" min="1000" max="200000" step="1000" value="60000">
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
@@ -188,5 +195,3 @@
|
|||||||
|
|
||||||
<div class="amily2_opt_footer">
|
<div class="amily2_opt_footer">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user