Skip to content

BigWhaleLabs/ketl-ai-rewrite

Repository files navigation

Backend that rewrites ketl posts

Installation and local launch

  1. Clone this repo: git clone https://github.com/BigWhaleLabs/ketl-ai-rewrite
  2. Create .env with the environment variables listed below
  3. Run yarn in the root folder
  4. Run yarn start

And you should be good to go! Feel free to fork and submit pull requests.

Environment variables

Name Description
OPEN_AI_API_KEY OpenAI API key
PORT Port to run server on (defaults to 1337)

Also, please, consider looking at .env.sample.