updateNodeData(id, { modelId })} />
updateNodeData(id, { provider })} />
{#if fileUpload.isDragging}

Drop the image here to upload

{/if}
{characterCount}
{#each data.imageIds ?? [] as imgKey (imgKey)} {#await images.get(imgKey)} {:then imgSrc}
uploaded
{/await} {/each}
Shift + Enter for newline
{#if data.response || isLoading}
Response {#if isLoading} {/if}
{#if data.response}
{@html parsedResponse}
{:else if isLoading}
Generating response...
{/if}
{/if}