Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 760 Bytes

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.