Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 451 Bytes

File metadata and controls

19 lines (15 loc) · 451 Bytes

Chat example JS Hosted motorhead (in Metal)

Requirements

  • Node 18
  • An OPENAI_API_KEY
    • Set it in the .env file for the server and this project (where the .env.example are)
  • A metal account, a api key and client id.
    • Sign up here
    • Obtain an Api key and client id here

How to run

In this folder run:

npm i
npm start

Start chatting!