diff --git a/README.md b/README.md index d7169f0..bdadc40 100644 --- a/README.md +++ b/README.md @@ -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