mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-10 20:52:33 +00:00
WEB API independent
This commit is contained in:
parent
f451a599c7
commit
d8e4e32102
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user