Skip to content

Latest commit

History

History

chat-vanilla-js-hosted

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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!