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 Documentationarrow-up-right πŸ“–

Formula (No OpenAI Key Required πŸŽ‰)

=OpenAI_GPT3_SummarizeForASecondGrader( "text_to_summarize", "options")

Summarize text (600 character max) for a second grader using the Davinci enginearrow-up-right

Formula (OpenAI API Key Required)

=OpenAI( "options")

Interact with the OpenAIarrow-up-right API using only the SheetLink "options"

=OpenAI_GPT3CompletionDavinci( "prompt", "max_tokens", "options")

Get a GPT3 completion using the Davinci enginearrow-up-right

=OpenAI_GPT3Completion( "prompt", "max_tokens", "engine", "options")

Get a GPT3 completion

circle-check
circle-info

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 @SheetLinkarrow-up-right

Last updated