import React from 'react'; import { X } from 'lucide-react'; import { Github } from 'lucide-react'; const ErrorModal = ({ isOpen, onClose }) => { if (!isOpen) return null; return (
Due to high demand, we're not able to process requests right now. Want to run this locally? Get the code and host it yourself!
You can get your own API key from{' '} ai.google.dev {' '}to start using this right away.