mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
Show the response scores from Bing. (#814)
This commit is contained in:
parent
1dacfa49f0
commit
46ed5aaccd
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ const ask = async ({
|
|||
|
||||
console.log('BING RESPONSE', response);
|
||||
|
||||
if (response.details && response.details.scores) {
|
||||
console.log('SCORES', response.details.scores);
|
||||
}
|
||||
|
||||
const newConversationId = endpointOption?.jailbreak
|
||||
? response.jailbreakConversationId
|
||||
: response.conversationId || conversationId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue