Merge pull request #2726 from imesha10/staging Remove Claude user message filler limit

e6021bda1c4a7d6b7d708cb32655521fd449f34a

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -1823,7 +1823,7 @@
1823 <div class="fa-solid fa-clock-rotate-left"></div>1823 <div class="fa-solid fa-clock-rotate-left"></div>
1824 </div>1824 </div>
1825 </div>1825 </div>
1826 <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>1826 <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>
1827 </div>1827 </div>
1828 </div>1828 </div>
1829 </div>1829 </div>