Compare commits

...

1 commit
main ... v0.0.4

Author SHA1 Message Date
Daniel Avila
346c63617b fix: oversight 2023-03-15 22:39:29 -04:00

View file

@ -96,7 +96,6 @@ const ask = async ({
console.log('BING RESPONSE', response); console.log('BING RESPONSE', response);
// console.dir(response, { depth: null }); // console.dir(response, { depth: null });
const hasCitations = response.response.match(citationRegex)?.length > 0;
userMessage.conversationSignature = userMessage.conversationSignature =
convo.conversationSignature || response.conversationSignature; convo.conversationSignature || response.conversationSignature;