OpenAI Text Completion
Wraps OpenAI's text completion service. Note that this node wraps Davinci and not ChatGPT. We will review adding support for ChatGPT when it is available via API.
Revision History
1.0.0.0 Alpha Release
Properties
Prompt
Type: String Input
A description of the assessment that you would like to have performed on Data
Data
Type: Multiline Text Input
The data you would like to have assessed, typically in YAML, JSON or XML form.
Result
Type: Multiline Text Output
The response generated from the prompt.
Remarks
Use this Node to perform qualitative assessment of data. Examples include:
- summarizing the content of a document
- providing suggestions for remediation of a failure
- analysis of sentiment
Examples
See Sample Workflow for an example.