forked from danny-avila/LibreChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛠️ fix: Optionally add OpenID Sig. Algo. from Server Discovery (danny…
…-avila#5398) * 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
- Loading branch information
1 parent
fd70e09
commit 35f8f7d
Showing
11 changed files
with
101 additions
and
2,024 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
const { browserClient } = require('./chatgpt-browser'); | ||
const { askBing } = require('./bingai'); | ||
const clients = require('./clients'); | ||
const titleConvoBing = require('./titleConvoBing'); | ||
|
||
module.exports = { | ||
browserClient, | ||
askBing, | ||
titleConvoBing, | ||
...clients, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.