mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
chore: Update README for demo site link and simplify multi-provider support section
This commit is contained in:
20
README.md
20
README.md
@@ -4,7 +4,7 @@ A next.js web application that integrates AI capabilities with draw.io diagrams.
|
|||||||
|
|
||||||
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
||||||
|
|
||||||
Demo site: [https://next-ai-draw-io.vercel.app/](https://next-ai-draw-io.vercel.app/)
|
Demo site: [https://next-ai-draw-io.vercel.app](https://next-ai-draw-io.vercel.app)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -27,18 +27,12 @@ Diagrams are represented as XML that can be rendered in draw.io. The AI processe
|
|||||||
|
|
||||||
## Multi-Provider Support
|
## Multi-Provider Support
|
||||||
|
|
||||||
This application supports multiple AI providers, making it easy to deploy with your preferred service. Choose from:
|
- AWS Bedrock (default)
|
||||||
|
- OpenAI
|
||||||
### Supported Providers
|
- Anthropic
|
||||||
|
- Google AI
|
||||||
| Provider | Status | Best For |
|
- Azure OpenAI
|
||||||
| ---------------- | ------------ | ------------------------------------------- |
|
- Ollama
|
||||||
| **AWS Bedrock** | ✅ Default | Claude models via AWS infrastructure |
|
|
||||||
| **OpenAI** | ✅ Supported | GPT-4, GPT-5, and reasoning models |
|
|
||||||
| **Anthropic** | ✅ Supported | Direct access to Claude models |
|
|
||||||
| **Google AI** | ✅ Supported | Gemini models with multi-modal capabilities |
|
|
||||||
| **Azure OpenAI** | ✅ Supported | Enterprise OpenAI deployments |
|
|
||||||
| **Ollama** | ✅ Supported | Local/self-hosted open source models |
|
|
||||||
|
|
||||||
Note that `claude-sonnet-4-5` has trained on draw.io diagrams with AWS logos, so if you want to create AWS architecture diagrams, this is the best choice.
|
Note that `claude-sonnet-4-5` has trained on draw.io diagrams with AWS logos, so if you want to create AWS architecture diagrams, this is the best choice.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user