The ChatGPT block is powered by OpenAI’s ChatGPT conversation model. It is best used for conversational use-cases. At this moment, Respell does not provide internal memory for chatbots.

The ChatGPT block has 2 inputs and 1 output.

Inputs:

  • Prompt: The prompt has all the context the AI model needs to make any computation. For example, a prompt can be: “rank these resumes from best to worst” along with the resume files.
  • Instruction: The instruction is used to describe the assistant’s role in detail so it knows how you want it to act. You can reference the profession, personality traits, or behaviors you expect. For example, an instruction can be: “you are an assistant skilled at evaluating resumes based on quality of content.”

Output:

  • Response: The response returns the output from the ChatGPT model based on the instructions and prompt inputs provided for computation.

To make more powerful prompts, try using the Combine Text block

For better performance, try using the GPT-4 block.