{#if provider === "openai"}
{t("ai.apiKey")}
{:else if provider === "anthropic"}
{t("ai.apiKey")}
{:else}
{t("ai.apiKeyOptional")}
{/if} {#if error}

{error}

{/if}