This commit is contained in:
2025-08-20 14:02:57 +08:00
parent a8917f879b
commit d4d5bf812c
11 changed files with 10 additions and 130 deletions

View File

@@ -26,6 +26,7 @@ client = AsyncOpenAI(
)
# 初始化 ElasticSearch 工具
search_util = EsSearchUtil(Config.ES_CONFIG)
@router.post("/chat")
async def chat(request: fastapi.Request):
"""

Binary file not shown.