From b040352b8386a322268cc094d023ccd17b13c9ef Mon Sep 17 00:00:00 2001 From: simpleappdesigner <80491398+simpleappdesigner@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:47:20 -0400 Subject: [PATCH] Update README.md updated Simple Installation, 2 & 3. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85f5341..9bf770b 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Access to the OpenAI API is required to use this tool. ## Simple Installation 1. Open a google sheet. -2. Click Menu -> Tools -> Script Editor -3. Copy the contents of Code.js into the script editor, and put your OpenAI API key in the relevant location. -4. Click save. You may have to consent to a few authentication dialogs. +2. Click Extensions -> Apps Script +3. Copy the contents of Code.js into the script editor, and put your OpenAI API key in the relevant location. example var API_KEY = "sk-cccccccc"; +4. Click Deploy. Select New deployment, and fill Description,Web app(me(your email id) and who has access. You may have to consent to a few authentication dialogs. 5. Refresh your google sheet. You should see a new menu bar item "GPT3".