- Print
- PDF
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 |
---|---|---|
Token | Token for 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.
Supported flow types: Stream, Batch