mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-22 10:24:09 +01:00
fix: manualy rename 'documents' to 'Documents' in git since it wasn't picked up due to case insensitivity in dir name
This commit is contained in:
parent
aae47e7b3f
commit
d3bfc810ff
2 changed files with 0 additions and 0 deletions
6
api/server/services/Files/Documents/index.js
Normal file
6
api/server/services/Files/Documents/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const { encodeAndFormatDocuments, streamToBuffer } = require('./encode');
|
||||
|
||||
module.exports = {
|
||||
encodeAndFormatDocuments,
|
||||
streamToBuffer,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue