**Add email support for video summaries** This PR allow us to send video summary results via email instead of printing them. It also updates .env_example so that the template for environment variable is up to date. **Note:** Due to limitations with my OpenAI API token (insufficient credits), I was only able to successfully test the email sending independently. Integration of email with the transcription and summarization output has not been tested. **Closes #9** Co-authored-by: iakn0001 <imran.aknaf@ulb.be> Reviewed-on: #10 Reviewed-by: Eric Meehan <eric@eom.dev> Co-authored-by: Imran <imran.aknaf.pro@gmail.com> Co-committed-by: Imran <imran.aknaf.pro@gmail.com>
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
INPUT_VIDEO_URL=
|
|
OPENAI_API_KEY=
|
|
OPENAI_BASE_URL=
|
|
OPENAI_TRANSCRIPTION_MODEL=
|
|
OPENAI_CHAT_SYSTEM_PROMPT=
|
|
OPENAI_CHAT_MODEL=
|
|
OPENAI_CHAT_N=
|
|
SENDER_EMAIL=
|
|
RECEIVER_EMAIL=
|
|
SENDER_APP_PASSWORD=
|
|
SMTP_HOST=
|
|
SMTP_PORT= |