Automate tasks with OpenAI ChatGPT
ChatGPT allows users to interact with an artificial language model capable of answering questions, generating text, translations, and much more.
https://chat.openai.com/chat
Actions
The action is what happens automatically, without you having to do anything else.
-
Store a file in a Vector Store
Store a file within an OpenAI Vector Store.
-
Create embedding
Given a text, create the corresponding vector
-
Send Prompt
Sends a prompt to GPT and generate a completion.
-
Send Prompt for JSON response
Sends a prompt to GPT and generate a completion returning a response message in JSON format.
-
Send a message to an assistant
Send a message to GPT Assistant to generate a reply, with the capability to maintain conversation history for continuous interaction.
-
Send a message to an assistant authorized to execute tasks
Send a message to GPT Assistant to generate a reply, with the capability to maintain conversation history for continuous interaction.
-
Create a chat completion with attached data
Complete a chat message according to instructions, a previous user message, and an attached text file, in any of the supported formats: txt, html, csv, or json.
-
Extract data from a text
Create new information from a brief description of each piece of data you want to obtain and a text that is provided to GPT as context.
-
Request information
Create new information from a brief description of each piece of data you want to obtain and a text that is provided to GPT as context.
Tutorials
Guide to obtain the credentials to automate ChatGPT.