Text Model Block Reference ๐ฌ
GPT-3
The GPT-3 block is powered by OpenAIโs GPT-3 text generation model. It is best used for use-cases involving conversation, text completion, and other advanced AI computation.
The GPT block has 1 input and 1 output.
Inputs:
Text
: This text input functions as a prompt. It should include instructions and context for AI model needs to make any computation.
Output:
Text
: The response returns the output from the GPT-3 model based on the instructions and prompt input provided for computation.
To make more powerful prompts, try using the Combine Text block
For better performance, try using the GPT-4 block.