mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 08:38:51 +01:00
* feat: add validation for google PDFs and add google endpoint as a document supporting endpoint * feat: add proper pdf formatting for google endpoints (requires PR #14 in agents) * feat: add multimodal support for google endpoint attachments * feat: add audio file svg * fix: refactor attachments logic so multi-attachment messages work properly * feat: add video file svg * fix: allows for followup questions of uploaded multimodal attachments * fix: remove incorrect final message filtering that was breaking Attachment component rendering
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
const { encodeAndFormatDocuments, streamToBuffer } = require('./encode');
|
|
|
|
module.exports = {
|
|
encodeAndFormatDocuments,
|
|
streamToBuffer,
|
|
};
|