mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-23 15:37:50 +01:00
Move derive context size to TC settings
This commit is contained in:
parent
faf80d1b62
commit
04b68d2cce
@ -2573,15 +2573,21 @@
|
|||||||
<input id="koboldcpp_api_url_text" class="text_pole wide100p" value="" autocomplete="off" data-server-history="koboldcpp">
|
<input id="koboldcpp_api_url_text" class="text_pole wide100p" value="" autocomplete="off" data-server-history="koboldcpp">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-container flexFlowColumn marginTopBot5">
|
||||||
|
<label data-tg-type="ooba" class="checkbox_label" for="bypass_status_check_textgenerationwebui">
|
||||||
|
<input type="checkbox" id="bypass_status_check_textgenerationwebui" />
|
||||||
|
<span data-i18n="Bypass status check">Bypass status check</span>
|
||||||
|
</label>
|
||||||
|
<label data-tg-type="koboldcpp, llamacpp" class="checkbox_label" for="context_size_derived">
|
||||||
|
<input type="checkbox" id="context_size_derived" />
|
||||||
|
<span data-i18n="Derive context size from backend">Derive context size from backend</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div id="api_button_textgenerationwebui" class="api_button menu_button menu_button_icon" type="submit" data-i18n="Connect" data-server-connect="ooba_blocking,vllm,aphrodite,tabby,koboldcpp,ollama,llamacpp,huggingface">Connect</div>
|
<div id="api_button_textgenerationwebui" class="api_button menu_button menu_button_icon" type="submit" data-i18n="Connect" data-server-connect="ooba_blocking,vllm,aphrodite,tabby,koboldcpp,ollama,llamacpp,huggingface">Connect</div>
|
||||||
<div data-tg-type="openrouter" class="menu_button menu_button_icon openrouter_authorize" title="Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai" data-i18n="Authorize;[title]Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai">Authorize</div>
|
<div data-tg-type="openrouter" class="menu_button menu_button_icon openrouter_authorize" title="Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai" data-i18n="Authorize;[title]Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai">Authorize</div>
|
||||||
<div class="api_loading menu_button menu_button_icon" data-i18n="Cancel">Cancel</div>
|
<div class="api_loading menu_button menu_button_icon" data-i18n="Cancel">Cancel</div>
|
||||||
</div>
|
</div>
|
||||||
<label data-tg-type="ooba" class="checkbox_label margin-bot-10px" for="bypass_status_check_textgenerationwebui">
|
|
||||||
<input type="checkbox" id="bypass_status_check_textgenerationwebui" />
|
|
||||||
<span data-i18n="Bypass status check">Bypass status check</span>
|
|
||||||
</label>
|
|
||||||
</form>
|
</form>
|
||||||
<div class="online_status">
|
<div class="online_status">
|
||||||
<div class="online_status_indicator"></div>
|
<div class="online_status_indicator"></div>
|
||||||
@ -3268,12 +3274,6 @@
|
|||||||
</label>
|
</label>
|
||||||
<a id="viewSecrets" href="javascript:void(0);" data-i18n="[missing_key_text]Missing key;[key_saved_text]Key saved" missing_key_text="❌ Missing key" key_saved_text="✔️ Key saved"><span data-i18n="View hidden API keys">View hidden API keys</span></a>
|
<a id="viewSecrets" href="javascript:void(0);" data-i18n="[missing_key_text]Missing key;[key_saved_text]Key saved" missing_key_text="❌ Missing key" key_saved_text="✔️ Key saved"><span data-i18n="View hidden API keys">View hidden API keys</span></a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<label data-tg-type="koboldcpp, llamacpp" class="checkbox_label margin-bot-10px" for="context_size_derived">
|
|
||||||
<input type="checkbox" id="context_size_derived" />
|
|
||||||
<span data-i18n="Derive settings from backend">Derive settings from backend</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="advanced-formatting-button" class="drawer">
|
<div id="advanced-formatting-button" class="drawer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user