File size: 400 Bytes
26fe3e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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 SENDGRID_FROM_EMAIL=your_verified_sender_email@example.com # OpenAI Organization (Optional) OPENAI_ORG_ID=your_openai_org_id_here # Environment Settings ENVIRONMENT=production |