/ai-writer

A short story generator built using open ai apis

Primary LanguageJavaScriptMIT LicenseMIT

AI Writer

short story generator

Get the Extension | Test it out

The tool generates short story based on keywords and phrases provided in the input.

Details

  • 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-"

Steps

  1. Get the OpenAI api key
cp .env.example
# set the key 
  1. Install dependencies and run
npm install
npm run dev

Reference