Tiny Mail From Fix (#953)

This commit is contained in:
Yuhong Sun
2024-01-15 22:03:38 -08:00
committed by GitHub
parent 621967d2b6
commit f5be0cc2c0
5 changed files with 13 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ data:
SMTP_PORT: "" # For sending verification emails, if unspecified then defaults to '587'
SMTP_USER: "" # 'your-email@company.com'
SMTP_PASS: "" # 'your-gmail-password'
MAIL_FROM: "" # 'your-email@company.com' SMTP_USER missing used instead
EMAIL_FROM: "" # 'your-email@company.com' SMTP_USER missing used instead
# Gen AI Settings
GEN_AI_MODEL_PROVIDER: "openai"
GEN_AI_MODEL_VERSION: "gpt-3.5-turbo" # Use GPT-4 if you have it