{#if edit} {$i18n.t('Edit Connection')} {:else} {$i18n.t('Add Connection')} {/if}
{ e.preventDefault(); submitHandler(); }} >
{$i18n.t('URL')}
{$i18n.t('Key')}
{$i18n.t('Prefix ID')}
{$i18n.t('Tags')}
{ tags = [ ...tags, { name: e.detail } ]; }} on:delete={(e) => { tags = tags.filter((tag) => tag.name !== e.detail); }} />

{$i18n.t('Model IDs')}
{#if modelIds.length > 0}
{#each modelIds as modelId, modelIdx}
{modelId}
{/each}
{:else}
{#if ollama} {$i18n.t('Leave empty to include all models from "{{url}}/api/tags" endpoint', { url: url })} {:else} {$i18n.t('Leave empty to include all models from "{{url}}/models" endpoint', { url: url })} {/if}
{/if}

{#if edit} {/if}