Changed Assistant Prefill to a textarea to allow for a longer prefill message.

This commit is contained in:
Mika 2023-08-05 14:59:29 +09:00
parent d05d4042fe
commit 8128c2436b
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">