From b2e47e75a231baf5a7beca476256ab3d94e76c46 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期二, 01 四月 2025 10:08:15 +0800 Subject: [PATCH] code加密 --- app/api/agent.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/api/agent.py b/app/api/agent.py index 1d275bc..e3a9e31 100644 --- a/app/api/agent.py +++ b/app/api/agent.py @@ -18,7 +18,7 @@ from app.service.dialog import get_session_history from app.service.ragflow import RagflowService from app.service.service_token import get_ragflow_token, get_bisheng_token -from app.task.fetch_agent import initialize_agents +# from app.task.fetch_agent import initialize_agents router = APIRouter() -- Gitblit v1.8.0