Best Guide to using GPT-3 in Gmail

gpt-3 in gmail - harishgarg.com

In this article, I will show you how to start using GPT-3 in Gmail without breaking the bank.

Setup for using GPT-3 in Gmail

Before we can start using GPT-3 in Gmail, we need to do some setup as below

Get your OpenAI GPT-3 API or secret key

In order to be able to follow this article, you need to have an OpenAI account. If you don’t have one, you should create one here.

Login to the OpenAI account and get your GPT-3 API or secret from the Profile -> View API Keys

Guide to using GPT-3 in Gmail

Keep this ready somewhere safe. Do not share it in public with anyone as they can use your OpenAI account.

Load the browser extension in your browser

  1. Download the code for the extension from here.
  2. Open your Chrome Browser
  3. Open Extensions from settings -> More Tools
  4. Turn the Developer mode from the top right-hand side
  5. Then click on the load unpacked from the top left sidechrome - load extensions - GPT-3 in gmail
  6. Select the build folder from the extension code you downloaded above.
  7. If no errors, then your GPT-3 in the Gmail extension is loaded in Chrome
  8. If you get any errors, then re-build the extension by running yarn build command in the extension code top folder.

Input your OpenAI GPT-3 API/secret key in the extension

  1. From the extensions screen, click on the extension you just now loaded.
  2. Paste the OpenAI API key you saved in the beginning in the API key field.

Using GPT-3 in Gmail to write a new email

  1. Open Gmail
  2. Write a prompt on what kind of email you would like to write.
  3. then click on the green icon on the bottom left
  4. This green icon triggers the extension you loaded above which makes a call to the GPT-3 API
  5. You will see the GPT-3 written email text under your prompt
  6. you can use it as such or make edits and send your email

References

Code credits