https://github.com/web-dev-sam/gpt3-discord-chatbot
A very simple discord chatbot powered by GPT-3 from OpenAI written in Node
https://github.com/web-dev-sam/gpt3-discord-chatbot
Last synced: about 1 year ago
JSON representation
A very simple discord chatbot powered by GPT-3 from OpenAI written in Node
- Host: GitHub
- URL: https://github.com/web-dev-sam/gpt3-discord-chatbot
- Owner: web-dev-sam
- Created: 2021-06-07T08:42:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T09:38:43.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T18:51:59.896Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 86.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpt3-discord-chatbot
A very simple discord chat bot powered by GPT-3 from [OpenAI](https://openai.com/)
### Quick Start
1. Run `npm i`
2. Add your discord and openai tokens to `config.js`
3. Add your bot to a server
4. Start bot with `node index.js`
5. Create a text channel for your bot and message `!channel` in it
6. Add the channel id from your console to `config.js`
7. Restart the bot
8. Happy coding!