{$t.llm.providers_title}

{#if showForm}

{editingProvider ? $t.llm.edit_provider : $t.llm.new_provider}

{#if testStatus.message}
{testStatus.message}
{/if}
{/if}
{#each providers as provider}
{provider.name} {provider.is_active ? $t.llm.active : "Inactive"}
{provider.provider_type} • {provider.default_model}
{:else}
{$t.llm.no_providers}
{/each}