mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30: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;
|
||||
promises.push([file, base64Data]);
|
||||
continue;
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
`Error processing blob storage file stream for ${file.name} base64 payload:`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue