mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 15:10:14 +00:00
WEB API independent
This commit is contained in:
@@ -97,9 +97,9 @@ def knowledge_list():
|
||||
return params
|
||||
|
||||
|
||||
@router.get("/")
|
||||
async def read_main():
|
||||
return FileResponse(f"{static_file_path}/index.html")
|
||||
# @router.get("/")
|
||||
# async def read_main():
|
||||
# return FileResponse(f"{static_file_path}/index.html")
|
||||
|
||||
|
||||
@router.get("/v1/chat/dialogue/list", response_model=Result[ConversationVo])
|
||||
|
Reference in New Issue
Block a user