📄️ Getting to Know the UI
You can use ChatUML in two modes:
📄️ Accessing Your Saved Diagrams
You can access the list of your saved diagrams by visiting the Library page. On this page, you can see the last time you worked on a diagram, and you also have the option to delete it.
📄️ Understanding the Credits System in ChatUML
ChatUML implements a credits-based system to manage resource usage for each user.
📄️ Working with AI in ChatUML
ChatUML's AI functionality is based on OpenAI's large language models (LLM). Each time you send an AI request, the following information is sent to the LLM API:
📄️ Exporting Diagrams
ChatUML supports exporting the rendered diagrams to various formats:
📄️ Dealing with syntax errors
Large Language Models are good at logical thinking, but their ability to generate error-free code is not as strong. The coding ability of the AI assistant depends on the amount of training data it has received. And the training data for PlantUML is limited, so the AI assistant may generate error code in some cases.