mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-06 19:04:24 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Complete
This commit is contained in:
parent
c3eacd747c
commit
45500f8239
@ -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")
|
||||
|
@ -53,7 +53,7 @@ accelerate>=0.20.3
|
||||
unstructured==0.6.3
|
||||
gpt4all==0.3.0
|
||||
diskcache==5.6.1
|
||||
|
||||
seaborn
|
||||
auto-gpt-plugin-template
|
||||
pymdown-extensions
|
||||
gTTS==2.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user