Generates a email using the OpenAI GPT model. Using the last email in the conversation and a view Bullet Points that you provide which describe the rough content of the email, the model generates a response.
- Clone the repository to your local machine.
- Go to the Chrome extension page chrome://extensions/ and click the "Developer mode" button in the top right.
- Click the "Load unpacked" button and select the folder of the extension.
- Setup your API_KEY and NAME in the chrome extension options page.
- Click the "Gen Mail" button after adding your Bullet Points for the response.
Have browserify
installed via npm i -g browserify
.
Package via browserify writer.js > bundle.js
or the included npm run package
.
- Cleanup environment variables and proper modularization.
- Use different Templates for different languages.
- Use different Templates when there was no request.
- Calculate how long the response may be, to not exceed the Token limit.
- Automatically set the improved subject line.
- Add Formal / Informal option.