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

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

Awesome Lists containing this project

README

          

 


Demo loading...

 

# 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!