Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bra1nDump/show-me-chatgpt-plugin
Create and edit diagrams in ChatGPT
https://github.com/bra1nDump/show-me-chatgpt-plugin
Last synced: about 2 months ago
JSON representation
Create and edit diagrams in ChatGPT
- Host: GitHub
- URL: https://github.com/bra1nDump/show-me-chatgpt-plugin
- Owner: bra1nDump
- Created: 2023-04-15T20:13:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T20:33:38.000Z (over 1 year ago)
- Last Synced: 2024-08-02T01:20:04.123Z (4 months ago)
- Language: TypeScript
- Homepage: https://showme.redstarplugin.com
- Size: 2.38 MB
- Stars: 674
- Watchers: 8
- Forks: 72
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - bra1nDump/show-me-chatgpt-plugin - Create and edit diagrams in ChatGPT (TypeScript)
- awesome-chatgpt - bra1nDump/show-me-chatgpt-plugin - Create and edit diagrams in ChatGPT (ChatGPT-based applications / Other sdk/libraries)
README
# Diagrams in ChatGPT - Show Me
Create and edit diagrams in seconds without even leaving the chat.## Understand processes in a glance. Example: iOS Application lifecycle
## Create diagrams from a description. Example: A distributed system diagram
## Make edits
## Support
- 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# This project is now private and the public version is not actively updated
Thanks for all the stars and usage of the product! I wanted to provide clarity on why the commits have stopped:
Our team is working on integrating with some partners and we dont currently feel comfortable publicaly sharing that code.
There are now multiple competitors in the diagram ChatGPT plugin space and we want to avoid loosing our competetive edge by sharing the latest updates to the code.If you strongly feel we should open the source again message [email protected] with your reasons.
# How to run the project
## local
- 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"
## Docker
- run `docker-compose up -d`> 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.
## License
AGPL-3.0