A PHP script that uses OpenAI's ChatGPT to generate a fortune cookie style message.
- PHP 8.1 or above
- Composer
- An OpenAI API key
git clone git@github.com:ruscoe/gpt-fortune.git
cd gpt-fortune
composer install
Add your OpenAI API key to an environment variable. To do this on a Linux or MacOS system, run:
export OPENAI_API_KEY=sk-XA0yN...
Substitute your own API key after OPENAI_API_KEY=
.
php fortune.php
"Embrace change with an open heart, for it may lead you to unexpected joy."