Skip to main content
Skip table of contents

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

NameReferenceTypeRequiredDefaultOptionsDescription
API KeyCHATGPT_API_KEYPassword--API Key from OpenAI
PromptCHATGPT_PROMPTAlphanumeric--What should the message say from ChatGPT
Local File NameCHATGPT_DESTINATION_FILE_NAMEAlphanumeric--The name for the txt file once it is generated.
Destination Folder NameCHATGPT_DESTINATION_FOLDER_NAMEAlphanumeric--

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

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.