Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 505 Bytes

File metadata and controls

13 lines (10 loc) · 505 Bytes

GPT-3_VS2_Support

Support bot for the Valkyiren Skies 2 Discord server, which is powered by GPT-3

In order to set this up you'll have to:

  1. Clone the repo
  2. Open the repo in your command line ( cd [Path])
  3. Run the command: "npm install" or "npm i"
  4. remove .template out of .env.template
  5. inside .env replace write your api keys and tokens in their respective places

And just like that it's fully set up, if you want to run it, simply run the command "node index.js" while inside the repo