mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Unlocked context warning should be unclickable
This commit is contained in:
@@ -205,14 +205,14 @@
|
|||||||
<label class="checkbox_label">
|
<label class="checkbox_label">
|
||||||
<input id="max_context_unlocked" type="checkbox" />
|
<input id="max_context_unlocked" type="checkbox" />
|
||||||
<span data-i18n="unlocked">Unlocked</span>
|
<span data-i18n="unlocked">Unlocked</span>
|
||||||
<div id="max_context_unlocked_warning">
|
|
||||||
<b class="neutral_warning">ATTENTION!</b>
|
|
||||||
<span data-i18n="only select modls support context sizes greater than 2048 tokens. proceed only is you know you're doing">
|
|
||||||
Only select models support context sizes greater than 2048 tokens.
|
|
||||||
Proceed only if you know what you're doing.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</label>
|
</label>
|
||||||
|
<div id="max_context_unlocked_warning">
|
||||||
|
<b class="neutral_warning">ATTENTION!</b>
|
||||||
|
<span data-i18n="only select modls support context sizes greater than 2048 tokens. proceed only is you know you're doing">
|
||||||
|
Only select models support context sizes greater than 2048 tokens.
|
||||||
|
Proceed only if you know what you're doing.
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user