import { AlertCircle, Settings } from "lucide-react"; import Link from "next/link"; import { Alert, AlertDescription, AlertTitle } from "@/src/components/ui/alert"; interface NoModelConfiguredAlertProps { projectId: string; } export function NoModelConfiguredAlert({ projectId, }: NoModelConfiguredAlertProps) { return (