import React from 'react'; import { useGetStartupConfig } from '@librechat/data-provider'; export default function Footer() { const { data: config } = useGetStartupConfig(); return (
{config?.appTitle || 'LibreChat'} . Serves and searches all conversations reliably. All AI convos under one house. Pay per call and not per month (cents compared to dollars).
); }