Q.What is this?
A.It's a chat client for OpenAI's GPT that lets you branch off any paragraph into a separate chat window. It's useful for building large projects and drilling down into the component parts, and then being able to go back up to the original chat context.
Q.Can you read my chats? Where will they be stored?
A.Chats are not visible whatsoever. They are stored entirely on your browser. Don't forget to make backups often (by clicking the download icon under your project).
Q.How many projects can I have?
A.You can have an unlimited amount, but be aware that your browser's storage may max out at around 5mb. This is a huge amount of text data, but if you have tons of projects it may eventually run out and you'll need to delete some.
Q.Is this free to use?
A.It is free to try. After you send 10 messages it will prompt you to subscribe. The subscription is only $9/mo + OpenAI API usage.
Q.How much will using the OpenAI API cost?
A.The cost is extremely low. As of writing this, gpt-3.5-turbo costs just $0.0015 per 1K input tokens and $0.002 per 1K output tokens (1k is roughly 750 words). Note that you will be billed separately by OpenAI for the API usage.