mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00

* fix: Optionally add OpenID Sig. Algorithm from Server Discovery * chore: bump vite to 5.4.14 for CVE-2025-24010 * chore: remove deprecated code * fix: install missing undici * fix: Add @waylaidwanderer/fetch-event-source package
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
const clients = require('./clients');
|
|
|
|
module.exports = {
|
|
...clients,
|
|
};
|