SheetLink
Search
K
Comment on page

OpenAI

The OpenAI API can be applied to virtually any task that involves understanding or generating natural language or code. GPT3 is one of OpenAI's most popular AI models.
Review the official OpenAI API Documentation 📖
Formula (No OpenAI Key Required 🎉)
=OpenAI_GPT3_SummarizeForASecondGrader( "text_to_summarize", "options")
Summarize text (600 character max) for a second grader using the Davinci engine
Formula (OpenAI API Key Required)
=OpenAI( "options")
Interact with the OpenAI API using only the SheetLink "options"
=OpenAI_GPT3CompletionDavinci( "prompt", "max_tokens", "options")
Get a GPT3 completion using the Davinci engine
=OpenAI_GPT3Completion( "prompt", "max_tokens", "engine", "options")
Get a GPT3 completion
Missing a formula? Suggest one here 💡
Note that "options" are optional, other variables are required 👍

Navigation

Page
🚀 Quick Start
60 second getting started guide.
❓ FAQ
Answers to frequently asked SheetLink questions.
🛠️ Functions
Powerful functions unique to SheetLink.
💪 "options"
Control the request to and response from any application.

🚑 Need Help?

You can always contact us via [email protected] or by messaging us on Twitter @SheetLink
Last modified 2yr ago