mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
10k maxlength for AN and def. AN
This commit is contained in:
@ -135,7 +135,7 @@ async function moduleWorker() {
|
|||||||
Bookmarks inherit the Note from their parent, and can be changed individually after that.<br>
|
Bookmarks inherit the Note from their parent, and can be changed individually after that.<br>
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
<textarea id="extension_floating_prompt" class="text_pole" rows="8"></textarea>
|
<textarea id="extension_floating_prompt" class="text_pole" rows="8" maxlength="10000"></textarea>
|
||||||
|
|
||||||
<div class="floating_prompt_radio_group">
|
<div class="floating_prompt_radio_group">
|
||||||
<label>
|
<label>
|
||||||
@ -151,7 +151,7 @@ async function moduleWorker() {
|
|||||||
|
|
||||||
<label for="extension_floating_interval">Insertion Frequency</label>
|
<label for="extension_floating_interval">Insertion Frequency</label>
|
||||||
|
|
||||||
<input id="extension_floating_interval" class="text_pole widthUnset" type="number" min="0" max="999" /><small> (0 = Disable)</small>
|
<input id="extension_floating_interval" class="text_pole widthUnset" type="number" min="0" max="999" /><small> (0 = Disable)</small>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<span>User inputs until next insertion: <span id="extension_floating_counter">(disabled)</span></span>
|
<span>User inputs until next insertion: <span id="extension_floating_counter">(disabled)</span></span>
|
||||||
@ -167,7 +167,7 @@ async function moduleWorker() {
|
|||||||
<div class="inline-drawer-content">
|
<div class="inline-drawer-content">
|
||||||
<small>Will be automatically added as the Author's Note for all new chats.</small>
|
<small>Will be automatically added as the Author's Note for all new chats.</small>
|
||||||
|
|
||||||
<textarea id="extension_floating_default" class="text_pole" rows="8"
|
<textarea id="extension_floating_default" class="text_pole" rows="8" maxlength="10000"
|
||||||
placeholder="Example:\n[Scenario: wacky adventures; Genre: romantic comedy; Style: verbose, creative]"></textarea>
|
placeholder="Example:\n[Scenario: wacky adventures; Genre: romantic comedy; Style: verbose, creative]"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user