Skip to content

aswanthpp/Generate-GPT-Mail-Response

Repository files navigation

Generate GPT Mail Response

This project aims to create Chrome extension for Gmail, to generate email text for a given prompt using Open AI.

Steps to Integrate Chrome Extension

1. Run npm install to install dependencies.

  • More details can be found here

2. Run npm start to start the development server.

  • More details can be found here

3. Add Chrome Extension

  • on the chrome://extensions/, click the button on the upper left to "Load unpacked" and select the generate-gpt-mail-extension folder from the root directory of this project.

4. Uage Guideline can be found here

References:

  1. InBox SDK Documentation: https://inboxsdk.github.io/inboxsdk-docs/compose/#setfromemailemail
  2. OpenAI Completion API with Javascript: https://www.builder.io/blog/stream-ai-javascript