import React from 'react' import { ExternalLink } from '@/components/external-link' import { cn } from '@/lib/utils' export function FooterText({ className, ...props }: React.ComponentProps<'p'>) { return (
Open source AI chatbot built with{' '}