From d8e4e3210201880f890c7e33750020dfbf2486fc Mon Sep 17 00:00:00 2001 From: "tuyang.yhj" Date: Tue, 4 Jul 2023 17:41:44 +0800 Subject: [PATCH] WEB API independent --- pilot/openapi/api_v1/api_v1.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pilot/openapi/api_v1/api_v1.py b/pilot/openapi/api_v1/api_v1.py index d0d2c28fa..8db64aa92 100644 --- a/pilot/openapi/api_v1/api_v1.py +++ b/pilot/openapi/api_v1/api_v1.py @@ -95,12 +95,6 @@ def knowledge_list(): params.update({space.name: space.name}) return params -# -# @router.get("/chat") -# async def read_main(): -# return FileResponse(f"{static_file_path}/chat.html") - - @router.get("/v1/chat/dialogue/list", response_model=Result[ConversationVo]) async def dialogue_list( user_id: str = None): dialogues: List = []