Create and edit diagrams in seconds without even leaving the chat.
- Create issues in this repo for missing features and consider contributing
- Grab one of the existing issues or create an issue you want to work on
- Run
npm install
- To run the server, run
npm run dev
- Navigate to https://chat.openai.com.
- In the Model drop down, select "Plugins" (note, if you don't see it there, you don't have access yet).
- Select "Plugin store"
- Select "Develop your own plugin"
- Enter in localhost:8787 since this is the URL the server is running on locally, then select "Find manifest file".
- The plugin should now be installed and enabled! You can start with a question like "Show me how VSCode architecture looks like"
Note: There is some unused code in the repo which we didn't have time to clean up. Its mostly related to running GPT-4 on the server side and multi diagram support.
AGPL-3.0