From 6a087d217aea28419ee7e6ef2eb09c2c0dfdcb96 Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Mon, 26 Jan 2026 18:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E9=97=AE=E7=AD=94=E7=95=8C=E9=9D=A2=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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