mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
feat: support other type file upload
This commit is contained in:
@@ -111,5 +111,7 @@ export const getServerSideConfig = () => {
|
||||
!!process.env.NEXT_PUBLIC_ENABLE_NODEJS_PLUGIN &&
|
||||
!process.env.R2_ACCOUNT_ID &&
|
||||
!process.env.S3_ENDPOINT,
|
||||
|
||||
isEnableRAG: !!process.env.NEXT_PUBLIC_ENABLE_RAG,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user