Merge pull request #2726 from imesha10/staging

Remove Claude user message filler limit
This commit is contained in:
Cohee 2024-08-30 01:13:28 +03:00 committed by GitHub
commit e6021bda1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1823,7 +1823,7 @@
<div class="fa-solid fa-clock-rotate-left"></div>
</div>
</div>
<textarea id="claude_human_sysprompt_textarea" class="text_pole textarea_compact" rows="4" maxlength="10000" data-i18n="[placeholder]Human message" placeholder="Human message, instruction, etc.&#10;Adds nothing when empty, i.e. requires a new prompt with the role 'user'."></textarea>
<textarea id="claude_human_sysprompt_textarea" class="text_pole textarea_compact" rows="4" data-i18n="[placeholder]Human message" placeholder="Human message, instruction, etc.&#10;Adds nothing when empty, i.e. requires a new prompt with the role 'user'."></textarea>
</div>
</div>
</div>