mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔧 fix: Ensure continuation in Image processing on base64 encoding from Blob Storage (#6619)
This commit is contained in:
parent
e2ff0f986d
commit
c381fc3ff0
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ async function encodeAndFormat(req, files, endpoint, mode) {
|
||||||
});
|
});
|
||||||
const base64Data = await streamPromise;
|
const base64Data = await streamPromise;
|
||||||
promises.push([file, base64Data]);
|
promises.push([file, base64Data]);
|
||||||
|
continue;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Error processing blob storage file stream for ${file.name} base64 payload:`,
|
`Error processing blob storage file stream for ${file.name} base64 payload:`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue