MenuGPT.net FAQ
What is it?
MenuGpt.net a public webpage that provides a conversation with an AI. Unlike other chatbots, there is no freeform text entry. Instead, input choices are generated by the AI, and selected by the user. It's like a choose-your-own-adventure, for AI-chat. Each input and AI response gets a permanent and public web page. The pages are linked together by parent-child relationships. The result is a tree-shaped graph of pages.
Why does this exist?
This is an exploration of ideas:
- Use AI to generate static page content
- Use AI to generate user-input options
- Lower AI cost by making the conversation public, shared, and permanent
- Organize AI chat in a tree, instead of using a transcript
How does it work?
Each page of the conversation is generated on-demand by users. OpenAI Chat Completion API is used to generate page content and responses. Every page has a unique and permanent URL.
How to contact the author?
You can find the author's email address at the GitHub profile page (requires sign-in).
Where is the source?
The project is an open source hobby project hosted on GitHub.
Where to report bugs or issues?
Report bugs or other issues here.
What internal pre-prompting is used?
To generate the page body the following system prompt is used:
Write to amuse humans on the Internet.
To generate menu of responses, the following system prompt is used:
Provide a menu of choices for what the user may say next. The user will select a choice and it will be sent to you to continue this conversation.
What about the gopher icon?
The user experience of this site reminds me of the old Gopher internet protocol. The icon was generated by Bing using the prompt "create a image of a gopher explaining something complex".