Files
ai-chat-app-v4/README.md
hubian de54d15d10 feat: AI Chat App v3.15.1 初始版本
- 大模型配置支持思考模式和视觉能力属性
- 前端根据LLM能力显示/隐藏深度思考和图片上传功能
- 后台管理系统:用户管理、LLM配置、智能体管理、工具配置
- TTS语音播放、Markdown显示、历史对话管理
- 智能体对话系统

端口: 19021
后台管理: admin / admin123
2026-04-29 12:29:53 +08:00

35 lines
648 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AI Chat App
AI对话助手移动端应用
## 功能特性
- 智谱 GLM-4.5-Air 大模型接口
- 移动端优化聊天界面
- 多对话管理 + 历史对话列表
- 智能体对话系统
- 后台管理系统(用户管理、大模型配置、智能体管理)
- TTS语音播放Edge TTS
- Markdown格式显示
- 深度思考模式根据LLM能力
- 图片分析功能根据LLM能力
## 端口
- 前端+后台19021
## 启动方式
```bash
cd backend
python3 app.py
```
## 后台管理
- 地址http://localhost:19021/admin
- 默认账号admin / admin123
## Git仓库
http://192.168.2.8:12007/coder/ai-chat-app