- Install dependencies via
npm ci
- Setup environment variables:
OPEN_AI_KEY
: The Api key for OpenAI issued by yourselfOPEN_AI_ORG
: The id of the organization that is issued to you by OpenAI
- Start the application via
npm start
You will now be able to interact with the webapp on localhost:3000