fix bing chat not persisting after 1st invocation

This commit is contained in:
Danny Avila 2023-02-24 16:20:23 -05:00
parent fd01fd3334
commit 61d898c387
3 changed files with 4 additions and 15 deletions

View file

@ -48,8 +48,8 @@ router.post('/bing', async (req, res) => {
convo
});
// console.log('CLIENT RESPONSE');
// console.dir(response, { depth: null });
console.log('CLIENT RESPONSE');
console.dir(response, { depth: null });
userMessage.conversationSignature =
convo.conversationSignature || response.conversationSignature;