ChatGPT

Interact with the OpenAI ChatGPT API using commands and auto-reply.

The ChatGPT module allows users to hold conversations with their bot by using the OpenAI GPT 3.5 Turbo - GPT 4 software. Get it to tell you stories or ask some advanced questions.

Common Issues

Experiencing issues with the module? Check out the common issues below. If your issue is not listed in this page, make sure your module is updated to the latest version.

AI commands return a 429 error

If a 429 error is returned when trying to use ChatGPT's AI commands, please try the steps below.

  1. The OpenAI (ChatGPT) 429 error means your free trial of the API key you're using has expired. To extend your quota and continue using OpenAI, you need to enter your billing details. You can do that in the OpenAI Developer Platform.


Credentials Setup

Click here to get started. Log into OpenAI. If you haven't already, Open AI might ask you to verify your phone number before proceeding.


Settings

API Key

In this area, you can configure all of the important parts of this module, from entering your API key to setting the version type.

OpenAI API Key

In this field is where you will need to enter your OpenAI API key to be able to use the module, you can follow this guide here, to generate your own API key.

Model

Here you can select the AIs model, you can select from 4 different models.

Chatmode

With this toggle you can enable / disable an auto response from the bot if it gets mentioned in the Chatmode Channel.

Chatmode Channel

Here you can set the channel in which the bot will automatically reply to its @mentions with a ChatGPT-generated reply if the setting is enabled.


Commands

Below you may find some information on each command of the module.

/chatgpt edit-text

This command when triggered will edit any text that is input.

/chatgpt respond

This command when triggered, will send an AI-generated chat response to whatever prompt you input.


Events

Below you may find some information on each event of the module

ChatGPT

This is the only event for the GPT module, it handles all the auto responses from the AI and more. You can edit the event to add new additions, fine tune responses and much more.

Last updated