No models available. Configure API keys in AI Settings.
;
}
return (
{/* Provider tabs */}
{providers.map((p) => (
))}
{/* Enabled section */}
{enabled.length === 0 && Drag models here to enable}
{enabled.map((m) => (
))}
{/* Disabled section */}
{disabled.length === 0 && All models enabled}
{disabled.map((m) => (
))}
);
}