Configure API keys in .env
mainThe project requires both an OpenAI API key and a Google Gemini API key. Create a .env file in the root directory and populate it with your keys using the following format:
echo -e "OPENAI_API_KEY=<your-api-key>\nGEMINI_API_KEY=<your-api-key>" > .env