Skip to content
/ docsGPT Public

A Google Apps Script utilizing the GPT-3.5 Turbo model from OpenAI to make essay writing easier.

Notifications You must be signed in to change notification settings

cmprkr/docsGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

docsGPT

A Google Apps Script utilizing the GPT-3.5 Turbo model from OpenAI to make essay writing easier.

How to use

Installing docsGPT is incredibly easy for single-document use. After Installed, you can utilize it by simply highlighting the desired text for the prompt and using the built-in docsGPT menu that will appear in the navigation bar of Google Docs.

IMPORTANT

Before the Apps Script is able oto be used, your OpenAI API key must be inserted into the JavaScript where the code says [YOUR_API_KEY_HERE]. To see the GPT in action, plesase click here and navigate to the Documentation>docsGPT area on the website.

Installation through Apps Script

  1. Open up the desired Google Document.
  2. Click Extensions > Apps Script
  3. Replace the currently existing code in the Apps Script with the JavaScript in the "script.js" file.
  4. Click the drop-down in between the "Debug" and "Execution Log" buttons, and set the function to "onOpen()".
  5. Click "Run".
  6. Return to the document and enjoy! The Apps Script will now be saved for this document every time it is opened.

Installation through Chrome Extension

Installation through a Chrome Extension is paused due to issues with Google's legal team.

About

A Google Apps Script utilizing the GPT-3.5 Turbo model from OpenAI to make essay writing easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published