Caption: fix displaying secondary endpoint for unsupported sources

303c1dcf140b23d87d49c6451c6d9889694ce842

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/caption/settings.html+1 -1
@@ -188,7 +188,6 @@
188188 <div class="flexBasis100p m-b-1">
189189 <small><b data-i18n="Hint:">Hint:</b> <span data-i18n="Set your API keys and endpoints in the 'API Connections' tab first.">Set your API keys and endpoints in the 'API Connections' tab first.</span></small>
190190 </div>
191- </div>
192191 <div data-type="koboldcpp,ollama,vllm,llamacpp,ooba" class="flex-container flexFlowColumn">
193192 <label for="caption_altEndpoint_enabled" class="checkbox_label">
194193 <input id="caption_altEndpoint_enabled" type="checkbox">
@@ -199,6 +198,7 @@
199198 </label>
200199 <input id="caption_altEndpoint_url" class="text_pole" type="text" placeholder="e.g. http://localhost:5001" />
201200 </div>
201+ </div>
202202 <div id="caption_prompt_block">
203203 <label for="caption_prompt" data-i18n="Caption Prompt">Caption Prompt</label>
204204 <textarea id="caption_prompt" class="text_pole" rows="1" placeholder="&lt; Use default &gt;">{{PROMPT_DEFAULT}}</textarea>