Giter VIP home page Giter VIP logo

chatgpt-google-sheets-apps-script's Introduction

ChatGPT-Google-Sheets-Apps-Script


Apps Scripts

Simple code snippets for integrating OpenAI's GPT language models into your Google Sheets documents using Apps Script.

!!!Davinci3 is now deprecated!!!

ChatGPT-Google-Sheets-Apps-Scripts installation instructions

Go to OpenAI and set up an account

https://platform.openai.com/signup

IMPORTANT!! Scripts do not protect secret API keys, do not share GPT-enabled documents

Open a new document in Google Sheets, click Extensions / Apps Script

Push the + button near the top left and choose Script to create a new script

Clear the page, then copy and paste code from the desired model js file to Script

Place your secret OpenAI API key between quotation marks at the top of the page where it says SECRET_API_KEY_HERE

Each function calls a different AI model and can be called using the KEYWORD immediately following the word "function" in line 4 (GPT-4, TURBO, Davinci3)

Use the new functionality by typing =KEYWORD("your prompt to GPT will go here") and pressing enter

For GPT-3.5 models fill in the prompt at line 9,10,11 to specify desired functionality

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.