Merge pull request #879 from Miiiikachu/staging

Changed Assistant Prefill to a textarea to allow for a longer prefill message.
This commit is contained in:
RossAscends 2023-08-05 15:07:22 +09:00 committed by GitHub
commit ef8aef7994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@
</div>
<div class="range-block" data-source="claude">
<span data-i18n="Assistant Prefill">Assistant Prefill</span>
<input type="text" id="claude_assistant_prefill" class="text_pole" placeholder="Start Claude's answer with...">
<textarea id="claude_assistant_prefill" class="text_pole textarea_compact" name="assistant_prefill" rows="3" maxlength="5000" placeholder="Start Claude's answer with..."></textarea>
</div>
<div class="inline-drawer wide100p">