Fix forgetfulness for bing/sydney

This commit is contained in:
Hyunggyu Jang 2023-03-24 12:23:52 +09:00
parent dcc0ab98e1
commit 1de51467ec
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -174,6 +174,8 @@ const ask = async ({
await saveConvo(
req?.session?.user?.username,
{
...convo,
...response,
conversationId,
title
}