Clean-up HTML
| @@ -3088,14 +3088,14 @@ | ||
| 3088 | 3088 | <label for="context_story_string"> |
| 3089 | 3089 | <small data-i18n="Story String">Story String</small> |
| 3090 | 3090 | </label> |
| 3091 | 3091 | <div contenteditable="true" id="context_story_string" class="text_pole textarea_compact autoSetHeight" rows="1"></div> |
| 3092 | 3092 | <div class="flex-container"> |
| 3093 | 3093 | <div class="flex1"> |
| 3094 | 3094 | <label for="context_example_separator"> |
| 3095 | 3095 | <small data-i18n="Example Separator">Example Separator</small> |
| 3096 | 3096 | </label> |
| 3097 | 3097 | <div> |
| 3098 | 3098 | <div contenteditable="true" id="context_example_separator" class="text_pole textarea_compact autoSetHeight" maxlength="500" rows="1"></div> |
| 3099 | 3099 | </div> |
| 3100 | 3100 | </div> |
| 3101 | 3101 | <div class="flex1"> |
| @@ -3103,7 +3103,7 @@ | ||
| 3103 | 3103 | <small data-i18n="Chat Start">Chat Start</small> |
| 3104 | 3104 | </label> |
| 3105 | 3105 | <div> |
| 3106 | 3106 | <div contenteditable="true" id="context_chat_start" class="text_pole textarea_compact autoSetHeight" maxlength="500" rows="1"></div> |
| 3107 | 3107 | </div> |
| 3108 | 3108 | </div> |
| 3109 | 3109 | </div> |
| @@ -3181,7 +3181,7 @@ | ||
| 3181 | 3181 | </small> |
| 3182 | 3182 | </div> |
| 3183 | 3183 | <div> |
| 3184 | 3184 | <div contenteditable="true" id="custom_stopping_strings" rows="2" class="text_pole textarea_compact monospace" placeholder="["Ford", "BMW", "Fiat"]"></div> |
| 3185 | 3185 | </div> |
| 3186 | 3186 | <label class="checkbox_label" for="custom_stopping_strings_macro"> |
| 3187 | 3187 | <input id="custom_stopping_strings_macro" type="checkbox" checked> |
| @@ -3235,13 +3235,13 @@ | ||
| 3235 | 3235 | </small> |
| 3236 | 3236 | </label> |
| 3237 | 3237 | <div data-newbie-hidden> |
| 3238 | 3238 | <input type="text" id="instruct_activation_regex" class="text_pole textarea_compact autoSetHeight" maxlength="5000" rows="1" placeholder="e.g. /llama(-)?[3|3.1]/i"></input> |
| 3239 | 3239 | </div> |
| 3240 | 3240 | <div data-newbie-hidden> |
| 3241 | 3241 | <label> |
| 3242 | 3242 | <small data-i18n="System Prompt">System Prompt</small> |
| 3243 | 3243 | </label> |
| 3244 | 3244 | <div contenteditable="true" id="instruct_system_prompt" class="text_pole textarea_compact autoSetHeight" rows="1"></div> |
| 3245 | 3245 | </div> |
| 3246 | 3246 | |
| 3247 | 3247 | <div data-newbie-hidden> |
| @@ -3322,7 +3322,7 @@ | ||
| 3322 | 3322 | </span> |
| 3323 | 3323 | </small> |
| 3324 | 3324 | <div> |
| 3325 | 3325 | <div contenteditable="true" id="start_reply_with" rows="2" class="text_pole textarea_compact" data-i18n="[placeholder]AI reply prefix" placeholder="AI reply prefix"></div> |
| 3326 | 3326 | </div> |
| 3327 | 3327 | <label class="checkbox_label" for="chat-show-reply-prefix-checkbox"> |
| 3328 | 3328 | <input id="chat-show-reply-prefix-checkbox" type="checkbox" /> |
| @@ -3345,7 +3345,7 @@ | ||
| 3345 | 3345 | <small data-i18n="System Prompt Prefix">System Prompt Prefix</small> |
| 3346 | 3346 | </label> |
| 3347 | 3347 | <div> |
| 3348 | 3348 | <div contenteditable="true" id="instruct_system_sequence_prefix" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3349 | 3349 | </div> |
| 3350 | 3350 | </div> |
| 3351 | 3351 | <div class="flexAuto" title="Inserted after a System prompt." data-i18n="[title]Inserted after a System prompt."> |
| @@ -3353,38 +3353,38 @@ | ||
| 3353 | 3353 | <small data-i18n="System Prompt Suffix">System Prompt Suffix</small> |
| 3354 | 3354 | </label> |
| 3355 | 3355 | <div> |
| 3356 | 3356 | <div contenteditable="true" id="instruct_system_sequence_suffix" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3357 | 3357 | </div> |
| 3358 | 3358 | </div> |
| 3359 | 3359 | </div> |
| 3360 | 3360 | <div class="flex-container"> |
| 3361 | 3361 | <div class="flexAuto" title="Inserted before a User message and as a last prompt line when impersonating." data-i18n="[title]Inserted before a User message and as a last prompt line when impersonating."> |
| 3362 | 3362 | <small data-i18n="User Prefix">User Message Prefix</small> |
| 3363 | 3363 | <div contenteditable="true" id="instruct_input_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3364 | 3364 | </div> |
| 3365 | 3365 | <div class="flexAuto" title="Inserted after a User message." data-i18n="[title]Inserted after a User message."> |
| 3366 | 3366 | <small data-i18n="User Suffix">User Message Suffix</small> |
| 3367 | 3367 | <div contenteditable="true" id="instruct_input_suffix" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3368 | 3368 | </div> |
| 3369 | 3369 | </div> |
| 3370 | 3370 | <div class="flex-container"> |
| 3371 | 3371 | <div class="flexAuto" title="Inserted before an Assistant message and as a last prompt line when generating an AI reply." data-i18n="[title]Inserted before an Assistant message and as a last prompt line when generating an AI reply."> |
| 3372 | 3372 | <small data-i18n="Assistant Prefix">Assistant Message Prefix</small> |
| 3373 | 3373 | <div contenteditable="true" id="instruct_output_sequence" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3374 | 3374 | </div> |
| 3375 | 3375 | <div class="flexAuto" title="Inserted after an Assistant message." data-i18n="[title]Inserted after an Assistant message."> |
| 3376 | 3376 | <small data-i18n="Assistant Suffix">Assistant Message Suffix</small> |
| 3377 | 3377 | <div contenteditable="true" id="instruct_output_suffix" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3378 | 3378 | </div> |
| 3379 | 3379 | </div> |
| 3380 | 3380 | <div class="flex-container"> |
| 3381 | 3381 | <div class="flexAuto" id="instruct_system_sequence_block" title="Inserted before a System (added by slash commands or extensions) message." data-i18n="[title]Inserted before a System (added by slash commands or extensions) message."> |
| 3382 | 3382 | <small data-i18n="System Prefix">System Message Prefix</small> |
| 3383 | 3383 | <div contenteditable="true" id="instruct_system_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3384 | 3384 | </div> |
| 3385 | 3385 | <div class="flexAuto" id="instruct_system_suffix_block" title="Inserted after a System message." data-i18n="[title]Inserted after a System message."> |
| 3386 | 3386 | <small data-i18n="System Suffix">System Message Suffix</small> |
| 3387 | 3387 | <div contenteditable="true" id="instruct_system_suffix" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3388 | 3388 | </div> |
| 3389 | 3389 | </div> |
| 3390 | 3390 | <div class="flexBasis100p" title="If enabled, System Sequences will be the same as User Sequences." data-i18n="[title]If enabled, System Sequences will be the same as User Sequences."> |
| @@ -3400,38 +3400,37 @@ | ||
| 3400 | 3400 | <div class="flex-container"> |
| 3401 | 3401 | <div class="flexAuto" title="Inserted before the first Assistant's message." data-i18n="[title]Inserted before the first Assistant's message."> |
| 3402 | 3402 | <small data-i18n="First Assistant Prefix">First Assistant Prefix</small> |
| 3403 | 3403 | <div contenteditable="true" id="instruct_first_output_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3404 | 3404 | </div> |
| 3405 | 3405 | <div class="flexAuto" title="Inserted before the last Assistant's message or as a last prompt line when generating an AI reply (except a neutral/system role)." data-i18n="[title]instruct_last_output_sequence"> |
| 3406 | 3406 | <small data-i18n="Last Assistant Prefix">Last Assistant Prefix</small> |
| 3407 | 3407 | <div contenteditable="true" id="instruct_last_output_sequence" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3408 | 3408 | </div> |
| 3409 | 3409 | </div> |
| 3410 | 3410 | <div class="flex-container"> |
| 3411 | 3411 | <div class="flexAuto" title="Inserted before the first User's message." data-i18n="[title]Inserted before the first User's message."> |
| 3412 | 3412 | <small data-i18n="First User Prefix">First User Prefix</small> |
| 3413 | 3413 | <div contenteditable="true" id="instruct_first_input_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3414 | 3414 | </div> |
| 3415 | 3415 | <div class="flexAuto" title="Inserted before the last User's message." data-i18n="[title]instruct_last_input_sequence"> |
| 3416 | - | |
| 3417 | 3416 | <small data-i18n="Last User Prefix">Last User Prefix</small> |
| 3418 | 3417 | <div contenteditable="true" id="instruct_last_input_sequence" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3419 | 3418 | </div> |
| 3420 | 3419 | </div> |
| 3421 | 3420 | <div class="flex-container"> |
| 3422 | 3421 | <div class="flexAuto" title="Will be inserted as a last prompt line when using system/neutral generation." data-i18n="[title]Will be inserted as a last prompt line when using system/neutral generation."> |
| 3423 | 3422 | <small data-i18n="System Instruction Prefix">System Instruction Prefix</small> |
| 3424 | 3423 | <div contenteditable="true" id="instruct_last_system_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3425 | 3424 | </div> |
| 3426 | 3425 | <div class="flexAuto" title="If a stop sequence is generated, everything past it will be removed from the output (inclusive)." data-i18n="[title]If a stop sequence is generated, everything past it will be removed from the output (inclusive)."> |
| 3427 | 3426 | <small data-i18n="Stop Sequence">Stop Sequence</small> |
| 3428 | 3427 | <div contenteditable="true" id="instruct_stop_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3429 | 3428 | </div> |
| 3430 | 3429 | </div> |
| 3431 | 3430 | <div class="flex-container"> |
| 3432 | 3431 | <div class="flexAuto" title="Will be inserted at the start of the chat history if it doesn't start with a User message." data-i18n="[title]Will be inserted at the start of the chat history if it doesn't start with a User message."> |
| 3433 | 3432 | <small data-i18n="User Filler Message">User Filler Message</small> |
| 3434 | 3433 | <div contenteditable="true" id="instruct_user_alignment_message" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></div> |
| 3435 | 3434 | </div> |
| 3436 | 3435 | </div> |
| 3437 | 3436 | |