| 228 | 228 | </div> |
| 229 | 229 | <div id="caption_prompt_block"> |
| 230 | 230 | <label for="caption_prompt" data-i18n="Caption Prompt">Caption Prompt</label> |
| 231 | 231 | <textarea id="caption_prompt" class="text_pole textarea_compact autoSetHeight" rows="1" placeholder="< Use default >">{{PROMPT_DEFAULT}}</textarea> |
| 232 | 232 | <label class="checkbox_label margin-bot-10px" for="caption_prompt_ask" title="Ask for a custom prompt every time an image is captioned."> |
| 233 | 233 | <input id="caption_prompt_ask" type="checkbox" class="checkbox"> |
| 234 | 234 | <span data-i18n="Ask every time">Ask every time</span> |
| 235 | 235 | </label> |
| 236 | 236 | </div> |
| 237 | 237 | <label for="caption_template"><span data-i18n="Message Template">Message Template</span> <small><span data-i18n="(use _space">(use </span> <code>{{caption}}</code> <span data-i18n="macro)">macro)</span></small></label> |
| 238 | 238 | <textarea id="caption_template" class="text_pole textarea_compact autoSetHeight" rows="2" placeholder="< Use default >">{{TEMPLATE_DEFAULT}}</textarea> |
| 239 | 239 | <label class="checkbox_label" for="caption_auto_mode"> |
| 240 | 240 | <input id="caption_auto_mode" type="checkbox" class="checkbox"> |
| 241 | 241 | <span data-i18n="Automatically caption images">Automatically caption images</span> |
| 242 | 242 | <i class="fa-solid fa-info-circle" title="Automatically caption images when they are pasted into the chat or attached to messages."></i> |
| 243 | 243 | </label> |
| 244 | 244 | <label class="checkbox_label margin-bot-10px" for="caption_refine_mode"> |
| 245 | 245 | <input id="caption_refine_mode" type="checkbox" class="checkbox"> |
| 246 | 246 | <span data-i18n="Edit captions before saving">Edit captions before saving</span> |
| 247 | 247 | </label> |
| 248 | + <label class="checkbox_label" for="caption_show_in_chat"> |
| 249 | + <input id="caption_show_in_chat" type="checkbox" class="checkbox"> |
| 250 | + <span data-i18n="Show captions in chat">Show captions in chat</span> |
| 251 | + </label> |
| 252 | + <div class="margin-bot-10px"></div> |
| 248 | 253 | </div> |
| 249 | 254 | </div> |
| 250 | 255 | </div> |