{#if $isPro} {:else} {/if}

{$isPro ? "Out of Credits" : "Upgrade Required"}

{#if $isPro}

You've used all your available credits. Purchase additional credits to continue using HuggingChat.

Your credits can be used in other HF services and external apps via Inference Providers.

{:else}

You've reached your message limit. Upgrade to Hugging Face PRO to continue using HuggingChat.

It's also possible to use your PRO credits in your favorite AI tools.

{/if}
{#if $isPro} Purchase Credits {:else} Upgrade to Pro {/if}