WEB API independent

This commit is contained in:
tuyang.yhj
2023-07-04 17:41:44 +08:00
parent edfdee4476
commit cfd93585e0

View File

@@ -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 = []