Merge pull request #12 from DayuanJiang/chore/fix-readme

chore: Update README for demo site link and simplify multi-provider s…
This commit is contained in:
Dayuan Jiang
2025-11-16 09:16:53 +09:00
committed by GitHub

View File

@@ -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.