The bot now uses the official ChatGpt API. 🎉 This means you can expect more reliable and consistent responses from the bot. However, if you prefer to use the unofficial API version, you can always find it on the "non_official_api" branch. Thank you for using our bot and contributing to the project!
We now have a convenient dashboard for configuring the bot, eliminating the need to restart it to modify settings. The bot runs on port 8080. Additionally, there are plans to integrate usage statistics into the dashboard.
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
Screenshots :
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.
npm install
npm start
docker build -t discordchatgpt .
docker run -p 8080:8080 -v discordchatgptconfig:/discordChatGpt/configFile discordchatgpt