An open API service indexing awesome lists of open source software.

https://github.com/whitexie/ant-chat

基于ant-design-x 的 AI Web客户端
https://github.com/whitexie/ant-chat

ant-design-x gemini gemini-ai gemini-client react zustand

Last synced: about 1 year ago
JSON representation

基于ant-design-x 的 AI Web客户端

Awesome Lists containing this project

README

          

# Ant Chat

基于`ant-design-x`的现代化 AI 聊天Web应用,支持多模型提供商和本地数据加密存储

[![codecov](https://codecov.io/gh/whitexie/ant-chat/branch/main/graph/badge.svg?token=ZF0U1B9XI1)](https://codecov.io/gh/whitexie/ant-chat)
[![CI](https://github.com/whitexie/ant-chat/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/whitexie/ant-chat/actions/workflows/ci.yml)

## 功能特性 ✨

- 🚀 多AI提供商支持(OpenAI、Google Gemini、DeepSeek 等)
- 📝 Markdown 实时渲染与代码高亮
- 🎨 暗黑/亮色主题切换
- 🔄 对话历史管理(导入/导出)
- 📦 对话数据本地持久化存储(IndexedDB)
- 🖥️ 支持`HTML`代码块、 `mermaid`图表代码块预览

## 技术栈

- React19
- TypeScript
- Ant Design X
- Ant Design
- zustand
- Dexie

## 贡献指南 🤝

欢迎提交 Issue 和 PR!请遵循以下步骤:

1. Fork 项目仓库
2. 创建特性分支 (`git checkout -b feature/amazing-feature`)
3. 提交修改 (`git commit -m 'Add some amazing feature'`)
4. 推送到分支 (`git push origin feature/amazing-feature`)
5. 发起 Pull Request

## 许可证 📄

本项目采用 [MIT 许可证](https://opensource.org/licenses/MIT)