Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 724 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 724 Bytes

man nomic

Information discord bot displaying models and other useful things in the official gpt4all server

Requirements to run locally

  • node.js >= 18 and npm
  • sern cli
    • npm install -g @sern/cli

How to run (git clone this repository)

  • run npm install (first time only)
  • obtain discord token and client id
  • 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