Information discord bot displaying models and other useful things in the official gpt4all server
- node.js >= 18 and npm
- sern cli
npm install -g @sern/cli
- run
npm install
(first time only) - obtain discord token and client id
- guide to get started
- insert these credentials in your .env file
- run
sern commands publish
in root directory of project- every time you add new commands, you'll need to republish to the discord API.
- run
npm start
in terminal