Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 324 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 324 Bytes

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!