completions
This block is part of the chatgpt group and was last modified in core v14.0.1.
Deprecated This block has been deprecated since
v14.0.1, please avoid future use. completions Deprecated since v14.0.1 v13.0.1 Updated v14.0.1Chat models take a list of messages as input and return a model-generated message as output.
In pins 3 + flow
- flow
flow - key required
valueOpenAI Key
- messages required
array<object>[{ role: "system|user|assistant", content: "context", name: "optional" }]
- model
valueGPT model to use
gpt-4orgpt-3.5-turbo
Out pins 5 + flow
- flow
flow - success
condition - choices
arrayArray of choices the GPT model provided
- id
value - usage
object - error
valueContains error info in case of a problem
gpt4 |
Version history
Introduced in v13.0.1.
Last modified in v14.0.1.
Deprecated since v14.0.1.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
chatgpt Return to the main group to view all sub-groups Back to chatgpt Return to the group to view all blocks within this group
