# OpenAI API Configuration # Copy this to .env and add your actual API key OPENAI_API_KEY=your_openai_api_key_here # Optional: Flask Configuration FLASK_SECRET_KEY=your_secret_key_here # Instructions: # 1. Copy this file to .env in the same directory # 2. Replace 'your_openai_api_key_here' with your actual OpenAI API key # 3. Get your API key from: https://platform.openai.com/api-keys