Deep_Research_Assistant / env_example.txt
mallocode200's picture
Upload folder using huggingface_hub
26fe3e3 verified
raw
history blame contribute delete
400 Bytes
# 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