Use prompt engineering to repeatedly prompt GPT to create and execute tasks.
output_video2.mp4
Caution:
- You are giving access to an AI to run tasks on terminal.
- It's using your OpenAI API key and running something on a continous possibly (probably) infinite loop. Use billing alerts.
Running the Project:
- Create a
.env
file with two fields:
OPENAI_API_KEY=
PATH_TO_PROJECT_FOLDER=
- Run
npm start