Skip to content

cesarhuret/docGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

61 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

docGPT πŸ“„

ChatGPT directly integrated into Google Docs πŸ“‘

Features

  • Faster than chat.openai.com
  • Free
  • Live Chat Within Google Docs
  • Text Completion

Usage

  • Google Docs
  • MS Word

Google Docs

  1. Get the template: https://docs.google.com/document/d/1N7qvw5mZdVe2u2IQ5pnVDmUjHsLEfq9_Z0Tf8PHloZA/edit?usp=sharing

  2. Make a copy of the document

alt text

  1. Type something in your Google Doc

alt text

  1. Select your question, or whatever text you want to send to ChatGPT

alt text

  1. Use the extension! (click Start instead of Ask to access the chat pop-up)

alt text

  1. Accept the Authorization request & sign into google

alt text

  1. Click Advanced, go to ChatGPT & allow the scopes required

alt text

  1. Get your result!

alt text

MS Word

  1. Open a new word document

  2. Enable the Developer Tab on Word

  3. Click Macros alt text

  4. Create a new macro with the name AddToShortcut alt text

  5. Copy the code in wordGPT/ask.bas of this repo, and paste it into the Word VBA Editor

  6. Click Tools > References in the navbar
    alt text

  7. Search for Microsoft Scripting Runtime and enable it
    image

  8. Click OK and Save the file containing the code you pasted.

  9. Right click selected text in Word and click Ask ChatGPT

image

  1. Wait for your result! (Currently it is not recommended to ask ChatGPT again before current question is answered, otherwise all the answers can be mixed up. Keyboard input is disabled while waiting for the result, see issue #9.)