feat(editor): ChatExcel

🔥ChatExcel Mode Complete
This commit is contained in:
yhjun1026 2023-08-29 15:38:15 +08:00
parent c3eacd747c
commit 45500f8239
2 changed files with 2 additions and 1 deletions

View File

@ -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")

View File

@ -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