Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛠️ fix: Optionally add OpenID Sig. Algo. from Server Discovery #5398

Merged
merged 5 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -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",
@@ -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",
@@ -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"
Loading

Unchanged files with check annotations Beta

]);
});
it.skip('should not produce two consecutive assistant messages and format content correctly', () => {

Check warning on line 209 in api/app/clients/prompts/formatAgentMessages.spec.js

GitHub Actions / ESLint

api/app/clients/prompts/formatAgentMessages.spec.js#L209

Disabled test (jest/no-disabled-tests)
const payload = [
{ role: 'user', content: 'Hello' },
{