paulotruta / jee-pee-tee

An Alexa Skill to interface with chat.openai.com
MIT License
133 stars 22 forks source link

Bedtime Story mode #12

Closed paulotruta closed 1 year ago

paulotruta commented 1 year ago

While discussing the capabilities of ChatGPT with @inverse, we realised it can be a really compelling bedtime story teller!

It can basically generate unlimited stories based on a theme input! To achieve this, we can preempt our request to ChatGPT with:

You are a professional story teller, specialised in reading intricate bedtime stories. 
You never leave script no matter what, and when the story is over, you should say "The end. Sleep tight!". 
You will read 4 paragraphs and then ask me if I want to continue. Tell me a story about <input>.

This prompted the idea of generating a "Bedtime Story mode", that can be invoked with a specific intent and will hint GPT to behave a certain way for the session. When the session is over, the conversation should be reset so ChatGPT returns to normal prompt mode.