An open API service indexing awesome lists of open source software.

https://github.com/belikhun/discord-chatgpt

A very simple ChatGPT discord bot. Made under 2 hours.
https://github.com/belikhun/discord-chatgpt

chatbot chatgpt discord-bot docker docker-image javascript

Last synced: about 2 months ago
JSON representation

A very simple ChatGPT discord bot. Made under 2 hours.

Awesome Lists containing this project

README

          

# ChatGPT Discord Bot

![image](https://github.com/user-attachments/assets/3d2dab83-708e-49fa-900f-f5f1a7909569)

A very simple discord bot that reply to user's message, with long response support and image generation!. **⚠ Currently it will listen on all channels it can access so be aware!**

## 🛠 Setting up

1. Clone this repository
2. Copy `env.example.json` file to `env.json`
3. Fill in your OpenAI API key and Discord token
4. Install requirements by running `npm i`
5. Start the app by running `npm start`
6. Profit!

## 🚢 Using docker

Simply run `docker compose up` inside project folder to get thing running!

---

✨ discord-chatgpt by Belikhun