mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-07 19:18:52 +01:00
Merge branch 'main' into feat-endpoint-style-structure
This commit is contained in:
commit
8fa20d9356
18 changed files with 2281 additions and 24 deletions
|
|
@ -353,4 +353,4 @@ const langSubset = [
|
|||
'yaml',
|
||||
];
|
||||
|
||||
module.exports = { languages, langSubset };
|
||||
export { languages, langSubset };
|
||||
|
|
@ -211,8 +211,9 @@ var SSE = function (url, options) {
|
|||
};
|
||||
};
|
||||
|
||||
export { SSE };
|
||||
// Export our SSE module for npm.js
|
||||
if (typeof exports !== 'undefined') {
|
||||
// exports.SSE = SSE;
|
||||
module.exports = { SSE };
|
||||
}
|
||||
// if (typeof exports !== 'undefined') {
|
||||
// // exports.SSE = SSE;
|
||||
// module.exports = { SSE };
|
||||
// }
|
||||
Loading…
Add table
Add a link
Reference in a new issue