Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 547 Bytes

StoryBox-AI2

Create stories for small children with the power of ChatGPT!

Image credits:

Compilation

First create a .env file with the contents:

CHATBOT_TOKEN = <your token>
CHATBOT_APIKEY = <your api key>

Where <your token> is your App Inventor ChatBot token and <your api key> is your OpenAI API key.

Then, install the py2ai library and run make in the project root directory.