caiobarilli / chat-gpt-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat GPT - Discord Bot

About

Discord bot that uses OpenAI's GPT API to generate text based on a given prompt.


Installation


Clone the repository

git clone git@github.com:caiobarilli/chat-gpt-discord.git

Install the dependencies

yarn

Create a .env file and add your OpenAI API key / Discord API

cp .env.example .env

Run the bot

yarn start

Usage

The bot will respond to any message that starts with # followed by a prompt.

#Hello, my name is ..

About


Languages

Language:JavaScript 100.0%