Compare commits
1 Commits
bottleneck
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
346c63617b |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user