quentin-bens / open-ai-gtp
OpenAi GTP article generator
v1.0.3
2022-12-06 11:21 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.5
- orhanerday/open-ai: ^3.1
Requires (Dev)
- symfony/dotenv: 6.0.x-dev
- symfony/var-dumper: ^6.0
This package is not auto-updated.
Last update: 2025-03-26 19:59:57 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