quentin-bens/open-ai-gtp

OpenAi GTP article generator

v1.0.3 2022-12-06 11:21 UTC

This package is not auto-updated.

Last update: 2024-05-08 16:08:16 UTC


README

A small article generator test. With open ai Chap GPT

Install

What to do ?

  • Run make build it will create the docker image
  • Run make run it will run the container and install dependencies
  • Get a free api on Open AI. You can create an account for free with a limited use number
  • Fill .env file with your api key
  • Run the generation with make start TOPIC=pizza Change the topic for what you want
  • Enjoy your html article within ./generated folder