Update amily2-modal.html

This commit is contained in:
2025-08-13 09:25:19 +08:00
committed by GitHub
parent 33a5b5905e
commit e72dddeb4b

View File

@@ -178,7 +178,7 @@
<label for="amily2_api_url">API URL</label> <label for="amily2_api_url">API URL</label>
<input id="amily2_api_url" type="text" class="text_pole" placeholder="http://localhost:3000/v1" /> <input id="amily2_api_url" type="text" class="text_pole" placeholder="http://localhost:3000/v1" />
</div> </div>
<div class="amily2_settings_block"> <div class="amily2_settings_block" id="amily2_api_key_wrapper">
<label for="amily2_api_key">API Key</label> <label for="amily2_api_key">API Key</label>
<input id="amily2_api_key" type="password" class="text_pole" placeholder="sk-..." /> <input id="amily2_api_key" type="password" class="text_pole" placeholder="sk-..." />
</div> </div>
@@ -189,7 +189,7 @@
<input id="amily2_force_proxy" type="checkbox" /> <input id="amily2_force_proxy" type="checkbox" />
<span>强制使用SillyTavern代理 (用于Claw/特殊接口)</span> <span>强制使用SillyTavern代理 (用于Claw/特殊接口)</span>
</label> </label>
<div class="notes">勾选后将禁用模型刷新,并需要您在下方手动输入模型名称</div> <div class="notes">勾选后将通过SillyTavern后端获取模型无需填写API Key</div>
</div> </div>
<div class="amily2_settings_block"> <div class="amily2_settings_block">