Skip to content

Latest commit

History

History

chat-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Chat example in JS

Requirements

  • Node 18
  • An OPENAI_API_KEY
    • Set it in the .env file for the server and this project (where the .env.example are)

How to run

In the server root, run:

docker-compose build
docker-compose up

In this folder run:

npm i
npm start

Start chatting!