mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Fix forgetfulness for bing/sydney
This commit is contained in:
parent
dcc0ab98e1
commit
1de51467ec
2 changed files with 5 additions and 1 deletions
|
|
@ -164,6 +164,8 @@ const ask = async ({
|
|||
await saveConvo(
|
||||
req?.session?.user?.username,
|
||||
{
|
||||
...convo,
|
||||
...response,
|
||||
conversationId,
|
||||
title
|
||||
}
|
||||
|
|
@ -185,4 +187,4 @@ const ask = async ({
|
|||
}
|
||||
};
|
||||
|
||||
module.exports = router;
|
||||
module.exports = router;
|
||||
|
|
|
|||
|
|
@ -174,6 +174,8 @@ const ask = async ({
|
|||
await saveConvo(
|
||||
req?.session?.user?.username,
|
||||
{
|
||||
...convo,
|
||||
...response,
|
||||
conversationId,
|
||||
title
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue