From 9ea07e00fc8b92e9b75849859c1ecce77c7096d1 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 10 四月 2025 13:31:23 +0800
Subject: [PATCH] 优化

---
 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