Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 2.02 KB

README.md

File metadata and controls

66 lines (34 loc) · 2.02 KB

Discord ChatGpt Bot

In this project I used DiscordJs and chatgpt.

commands :

  • You can ask anything with /ask 'question'
  • You can generate images with /image 'prompt'
  • You can edit other members' pp with /remix @mentionuser prompt

Now it can continue conversation in direct messages! 🎉

You can restart conversation by sending "restart" message to bot.

It uses reverse proxy now, known reverse proxies run by community members include: details : https://github.com/transitive-bullshit/chatgpt-api/blob/main/readme.md#reverse-proxy

Reverse Proxy URL Author Rate Limits Last Checked
https://chat.duti.tech/api/conversation @acheong08 40 req/min by IP 2/19/2023
https://gpt.pawan.krd/backend-api/conversation @PawanOsman ? 2/19/2023

Screenshots :

Screenshot_1

Screenshot_3

Screenshot_4

Screenshot_5

How to run it?

Firstly, you should rename ".env.example" file to ".env". After that you should fill it correctly. When you fill it, you can start it with two ways.

with nodejs


npm install

npm start

with docker


docker build -t discordchatgpt .

docker run discordchatgpt