An OpenAI chatbot starter written with Langchain and the Nest framework.
$ npm install
OPENAI_API_KEY='[your OpenAI API key]'
SYSTEM_PROMPT='You are a helpful chatbot that speaks in a Medeval dialect.'
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov