The tool generates short story based on keywords and phrases provided in the input.
- Model : text-davinci-003
- Temparature : 0.7
- Max tokens : 250
- Base prompt : "Write me a short story in as much details as possible based on the idea-"
- Get the OpenAI api key
cp .env.example
# set the key
- Install dependencies and run
npm install
npm run dev