mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix: oversight, artifact in bing route
This commit is contained in:
parent
ffcfb69dee
commit
41f351786f
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue