Breadcrumbs

ChatGPT - Generate Message (Deprecated)

Overview

First time using this Blueprint? Make sure you follow our ChatGPT authorization guide.

Takes input from the user to create a message to send

Variables

Name

Reference

Type

Required

Default

Options

Description

API Key

CHATGPT_API_KEY

Password

-

-

API Key from OpenAI

Prompt

CHATGPT_PROMPT

Alphanumeric

-

-

What should the message say from ChatGPT

Local File Name

CHATGPT_DESTINATION_FILE_NAME

Alphanumeric

-

-

The name for the txt file once it is generated.

Destination Folder Name

CHATGPT_DESTINATION_FOLDER_NAME

Alphanumeric

-

-

YAML

Below is the YAML template

YAML

source:
  template: ChatGPT - Generate Message (Deprecated)
  inputs:
    CHATGPT_API_KEY:
    CHATGPT_PROMPT:
    CHATGPT_DESTINATION_FILE_NAME:
    CHATGPT_DESTINATION_FOLDER_NAME:
  type: TEMPLATE
guardrails:
  retry_count: 0
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200