Show the response scores from Bing. (#814)

This commit is contained in:
Patrick 2023-08-18 09:38:24 -04:00 committed by GitHub
parent 1dacfa49f0
commit 46ed5aaccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,10 @@ const ask = async ({
console.log('BING RESPONSE', response); console.log('BING RESPONSE', response);
if (response.details && response.details.scores) {
console.log('SCORES', response.details.scores);
}
const newConversationId = endpointOption?.jailbreak const newConversationId = endpointOption?.jailbreak
? response.jailbreakConversationId ? response.jailbreakConversationId
: response.conversationId || conversationId; : response.conversationId || conversationId;