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:
commit
ef8aef7994
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue