mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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(
|
await saveConvo(
|
||||||
req?.session?.user?.username,
|
req?.session?.user?.username,
|
||||||
{
|
{
|
||||||
|
...convo,
|
||||||
|
...response,
|
||||||
conversationId,
|
conversationId,
|
||||||
title
|
title
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -174,6 +174,8 @@ const ask = async ({
|
||||||
await saveConvo(
|
await saveConvo(
|
||||||
req?.session?.user?.username,
|
req?.session?.user?.username,
|
||||||
{
|
{
|
||||||
|
...convo,
|
||||||
|
...response,
|
||||||
conversationId,
|
conversationId,
|
||||||
title
|
title
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue