You will need access to an OpenAI account.
Before you can run this application you will need to create a .env
file in the repository root directory. The following is a template for the file content:
APP_OPENAI_KEY = "<KEY>"
APP_OPENAI_ORGANIZATION = "<ORGANIZATION>"
APP_SERVER_PORT = "4040"
Replace <ORGANIZATION>
with your OpenAI organization ID, and replace <KEY>
with your OpenAI API key.
npm install
npm run server