Skip to content

Commit

Permalink
fix: oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Mar 16, 2023
1 parent ffcfb69 commit 346c636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/server/routes/askBing.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const ask = async ({

console.log('BING RESPONSE', response);
// console.dir(response, { depth: null });
const hasCitations = response.response.match(citationRegex)?.length > 0;

userMessage.conversationSignature =
convo.conversationSignature || response.conversationSignature;
Expand Down

0 comments on commit 346c636

Please sign in to comment.