mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
formatting
This commit is contained in:
parent
190911206b
commit
24a314876b
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,7 @@
|
||||||
querySettings = await getQuerySettings(localStorage.token);
|
querySettings = await getQuerySettings(localStorage.token);
|
||||||
|
|
||||||
const res = await getRAGConfig(localStorage.token);
|
const res = await getRAGConfig(localStorage.token);
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
pdfExtractImages = res.pdf_extract_images;
|
pdfExtractImages = res.pdf_extract_images;
|
||||||
|
|
||||||
|
|
@ -247,6 +248,7 @@
|
||||||
|
|
||||||
fileMaxSize = res?.file.max_size ?? '';
|
fileMaxSize = res?.file.max_size ?? '';
|
||||||
fileMaxCount = res?.file.max_count ?? '';
|
fileMaxCount = res?.file.max_count ?? '';
|
||||||
|
|
||||||
enableGoogleDriveIntegration = res.enable_google_drive_integration;
|
enableGoogleDriveIntegration = res.enable_google_drive_integration;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue