增加了智能问答界面的链接

This commit is contained in:
zhangxunhui 2026-01-26 18:05:59 +08:00
parent 37f0228c37
commit 6a087d217a
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ ollama pull qwen3-embedding:8b # Embedding模型用于向量化
4. **访问配置管理界面**:
服务启动后,可以通过以下方式访问配置管理界面:
- **配置管理界面**: http://localhost:8001/static/config (端口可通过 API_PORT 配置)
- **配置管理界面**: http://localhost:8001/config (端口可通过 API_PORT 配置)
- **智能问答界面**: http://localhost:8001/chat (端口可通过 API_PORT 配置)
- **API 文档**: http://localhost:8001/docs
- **健康检查**: http://localhost:8001/health
- **系统统计**: http://localhost:8001/stats