Skip to content

Google Chrome extension to generate AI autocomplete

Notifications You must be signed in to change notification settings

tomtobac/cohere-email

Repository files navigation

πŸ€– Google Mail - Cohere.ai

@note: based on @danimelchor work, check it here

Getting started

πŸ‘·β€β™€οΈ Build

  1. Clone the repository and install depenedencies
$ npm clone git@github.com:tomtobac/cohere-email.git
$ cd cohere-email
$ npm install
  1. Build the extension
$ npm run build

πŸŽ’ Load

  1. type chrome://extensions/ the Chrome navbar or go to Three dots (top right) > Settings > extensions

  2. Enable "Developer mode" in top right corner

  3. Click on Load unpacked extension and select the dist folder which was generated by the step 2 in #Build

πŸ‘¨β€πŸ« Usage

  1. Once you have it loaded, you should see an icon next to your extension menu.

  2. Click on the icon and a menu should appear, please enter your api key. You can get it from here. You can test it out with trial api key.

  3. Navigate to Google Mail and click on "Compose", click again into the body of the email. After writing your command, as the example bellow πŸ‘‡, you can click on "Co:here" button and it will generate a text based in your command.

  4. Any error with the api will be printed in the body of the email too

πŸ“Έ Screenshots

"Settings Page" "Samples Page"
"Mail with Cohere button" "Generate is loading"
"Mail redacted with AI"

πŸ§ͺ todos

  1. build: create a release version so users don't need build step
  2. feat: add tooltip with an explanation of every setting
  3. feat: allow more than one stop_sequence
  4. refactor: tests

About

Google Chrome extension to generate AI autocomplete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published