🛠️ fix: Optionally add OpenID Sig. Algo. from Server Discovery (#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
This commit is contained in:
Danny Avila 2025-01-21 21:49:27 -05:00 committed by GitHub
parent fa9e778399
commit 199e5e6eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 101 additions and 2024 deletions

View file

@ -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,
};