Skip to main content

04.6.02 ChatGPT

The ChatGPT node group provides interaction with the ChatGPT platform. The ChatGPT platform, in turn, may be necessary to help the user in various fields, for example, in writing code or in getting answers to various queries.

caution

The ChatGPT node group is one of the node groups that you need to get an API key to use.

Basic terms ChatGPT:

  • Assistant - purpose-built AI that uses OpenAI’s models and calls tools;
  • Thread - a conversation session between an Assistant and a user. Threads store Messages and automatically handle truncation to fit content into a model’s context;
  • Message - a message created by an Assistant or a user. Messages can include text, images, and other files. Messages stored as a list on the Thread;
  • Run - an invocation of an Assistant on a Thread. The Assistant uses it’s configuration and the Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the Assistant appends Messages to the Thread.

The ChatGPT node group includes nodes: