Skip to content

Commit

Permalink
🛠️ fix: Optionally add OpenID Sig. Algo. from Server Discovery (danny…
Browse files Browse the repository at this point in the history
…-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
danny-avila authored and justinmdickey committed Jan 30, 2025
1 parent fd70e09 commit 35f8f7d
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 2,024 deletions.
112 changes: 0 additions & 112 deletions api/app/bingai.js

This file was deleted.

57 changes: 0 additions & 57 deletions api/app/chatgpt-browser.js

This file was deleted.

6 changes: 0 additions & 6 deletions api/app/index.js
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,
};
43 changes: 0 additions & 43 deletions api/app/titleConvoBing.js

This file was deleted.

3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@langchain/google-vertexai": "^0.1.6",
"@langchain/textsplitters": "^0.1.0",
"@librechat/agents": "^1.9.94",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
Expand Down Expand Up @@ -82,7 +83,6 @@
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.3.7",
"nodejs-gpt": "^1.37.4",
"nodemailer": "^6.9.15",
"ollama": "^0.5.0",
"openai": "^4.47.1",
Expand All @@ -102,6 +102,7 @@
"tiktoken": "^1.0.15",
"traverse": "^0.6.7",
"ua-parser-js": "^1.0.36",
"undici": "^7.2.3",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit 35f8f7d

Please sign in to comment.