This commit is contained in:
2025-08-19 13:44:57 +08:00
parent 267193ab37
commit 74c0c22b96
2 changed files with 0 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ client = AsyncOpenAI(
# 初始化 ElasticSearch 工具 # 初始化 ElasticSearch 工具
search_util = EsSearchUtil(Config.ES_CONFIG) search_util = EsSearchUtil(Config.ES_CONFIG)
async def lifespan(_: FastAPI): async def lifespan(_: FastAPI):
yield yield