ChatGPT

Prev Next

ChatGPT Integration Node that Provides a ChatGPT output for each input event. You can check which Models are available through the OpenAI Models page.

Parameters:

name
description
default
Credential API Key Credential for the ChatGPT service empty
Model Model code of the OpenAI Version gpt-3.5-turbo

Inputs

Audio

 none

Events

name description known nodes that generate this event
* all events containing a 'Text' field SR Http, SR WebSocket, Translate, ...

Outputs

Audio

 none

Events

name description
Chat Response Raised each time more info is received from ChatGPT

Remarks

Requirements

The node needs an OpenAI Api key to perform. To learn more about getting an API Key and finding it, you can refer to the OpenAI Api page .

After getting your API Key, you can learn about finding and securely using your key following the instructions on this page .

You can also see which models are available through the OpenAI Models page.

Project Structure

The node can be used just like ChatGPT. Chat Response events can be connected right to the Publisher or be manipulated by any text manipulation services such as Translate, Summarization, Topic Detection, Profanity Filter, etc.

image.png

Supported flow types

Stream, Batch

Release History

v4.2.0
  • Deprecated the Key field in node config;
  • Added encrypted Credential dropdown for safer credential management.
v4.0.0
  • Changed name from "ChatGPT Alpha" to "ChatGPT".
v3.4.0
  • Fixed a bug where the node ignored inputs if they were not punctuated.
v3.3.0
  • Model is now a parameter.
v1.0.0
  • Introduced the node.