# Copy this file to .env and fill in your actual values | |
# OpenAI API Configuration (Required) | |
OPENAI_API_KEY=your_openai_api_key_here | |
# SendGrid Email Configuration (Optional) | |
SENDGRID_API_KEY=your_sendgrid_api_key_here | |
[email protected] | |
# OpenAI Organization (Optional) | |
OPENAI_ORG_ID=your_openai_org_id_here | |
# Environment Settings | |
ENVIRONMENT=production |