{#if health.status === 'checking'} 🟡 Checking LLM... {:else if health.status === 'ok'} 🟢 LLM Ready {:else if health.status === 'warming'} 🟡 LLM Cold ({health.configuredModel}) {:else} 🔴 LLM Unavailable {/if}
{health.lastChecked ? `Last: ${health.lastChecked.toLocaleTimeString()}` : ''}