10k maxlength for AN and def. AN

This commit is contained in:
RossAscends
2023-05-17 18:32:48 +09:00
parent 1c7b352010
commit 7f0f039e15

View File

@ -135,7 +135,7 @@ async function moduleWorker() {
Bookmarks inherit the Note from their parent, and can be changed individually after that.<br>
</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">
<label>
@ -167,7 +167,7 @@ async function moduleWorker() {
<div class="inline-drawer-content">
<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>
</div>
</div>