mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 22:18:51 +01:00
Merge branch 'main' into feat/Multitenant-login-OIDC
This commit is contained in:
commit
a85e853e12
535 changed files with 28767 additions and 13591 deletions
|
|
@ -70,7 +70,13 @@ const sendError = async (req, res, options, callback) => {
|
|||
}
|
||||
|
||||
if (shouldSaveMessage) {
|
||||
await saveMessage(req, { ...errorMessage, user });
|
||||
await saveMessage(
|
||||
req,
|
||||
{ ...errorMessage, user },
|
||||
{
|
||||
context: 'api/server/utils/streamResponse.js - sendError',
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
if (!errorMessage.error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue