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

View File

@@ -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;