Merge remote-tracking branch 'origin/dev_ty_06_end' into llm_framework

This commit is contained in:
aries_ckt
2023-07-04 17:42:43 +08:00
22 changed files with 51 additions and 54 deletions

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