Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 883 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 883 Bytes

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