feat: Store pdfparse in local (#5534)

This commit is contained in:
Archer
2025-08-26 14:35:39 +08:00
committed by GitHub
parent 3c2bf20666
commit 7cd4a8b0bc
8 changed files with 23 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ export const defaultChatInputGuideConfig = {
};
export const defaultAppSelectFileConfig: AppFileSelectConfigType = {
canSelectFile: false,
canSelectFile: true,
canSelectImg: false,
maxFiles: 10
};