import { useState } from 'react'; const ApiKeyModal = ({ isOpen, onClose, onSubmit, initialValue = '' }) => { const [apiKey, setApiKey] = useState(initialValue); if (!isOpen) return null; return (
You've reached the limit of free Gemini API calls. To continue using this feature, please enter your own Gemini API key below. You can get a free API key from Google AI Studio.