mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Complete
This commit is contained in:
@@ -80,6 +80,7 @@ app.include_router(api_editor_route_v1, prefix="/api")
|
||||
app.include_router(knowledge_router)
|
||||
# app.include_router(api_editor_route_v1)
|
||||
|
||||
os.makedirs(static_message_img_path, exist_ok=True)
|
||||
app.mount("/images", StaticFiles(directory=static_message_img_path, html=True), name="static2")
|
||||
app.mount("/_next/static", StaticFiles(directory=static_file_path + "/_next/static"))
|
||||
app.mount("/", StaticFiles(directory=static_file_path, html=True), name="static")
|
||||
|
Reference in New Issue
Block a user