Skip to content

OpenAI

Send messages to ChatGPT from OpenAI and process the replies. You can save permanent conversations or write ephemeral messages.

To be able to use Chat GPT in adaptor:ex, adaptor:ex must be able to access the Internet. You also need an account at https://platform.openai.com/. Please note that the use of the ChatGPT API is subject to a fee.

You can create assistants and give them a personality, as well as send and process general requests.

Settings

API Key

To access the API of Open AI you need an API Key. Create your API key here

Assistant

name: Name of the assistant.

instructions: The system instructions that the assistant uses.

description: The description of the assistant.

model: Determine the model. See: openAi/docs/models

temperature: A higher sampling temperature (e.g. 8) makes the output more creative and random, while a lower temperature (e.g. 2) makes the response more precise and targeted. Values between 0 and 20 offer different degrees of randomness and determinacy.

id: The ID used to communicate with Open AI. Is created automatically.

Actions

Create conversations with Create Thread.

Send a request to ChatGPT with Send Prompt.