You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Gemini AI, you need to install the Google Generative AI SDK:
npm install @google/generative-ai
Add your Gemini API key to the .env file:
GEMINI_API_KEY=your_gemini_api_key_here
The backend will use Gemini to generate a cold mail template using user details, skills, job description, and an example output. If Gemini fails, it will fallback to the example mail.