Always the same response using Bing? #187
dene-
started this conversation in
Discussions
Replies: 2 comments 18 replies
-
I've noticed it, too. I suspect Microsoft set a low temperature (maybe even 0) with the GPT-4 model. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's strange because actually on Bing I tried forcing it to have the same "previousMessage", and I replied the same twice, and it gave different replies on both chats. Example (removed location data): {
"arguments": [
{
"source": "cib",
"optionsSets": [
"nlu_direct_response_filter",
"deepleo",
"disable_emoji_spoken_text",
"responsible_ai_policy_235",
"enablemm",
"h3imaginative",
"blocklistv2",
"dv3sugg"
],
"allowedMessageTypes": [
"Chat",
"InternalSearchQuery",
"InternalSearchResult",
"Disengaged",
"InternalLoaderMessage",
"RenderCardRequest",
"AdsQuery",
"SemanticSerp",
"GenerateContentQuery",
"SearchQuery"
],
"sliceIds": [
"scfraithtr3",
"scraith30",
"linkimgintf",
"perfsvgopt",
"308jbfs0",
"228h3adss0",
"h3adss0",
"0310wlthrots0",
"0228caches0",
"302blocklist",
"308disbings0"
],
"traceId": "6410a2a6ba754c7594ce8f8ab2e95058",
"isStartOfSession": true,
"message": {
"author": "user",
"inputMethod": "Keyboard",
"text": "¿Cuántas horas hay en un año?",
"messageType": "Chat"
},
"conversationSignature": "lac809USpNf4fZEB7fz0BWMZoXaDeGvkyYuVA1XWSo0=",
"participant": {
"id": "my_id"
},
"conversationId": "51D|BingProd|8316FA7B506F829CA04D882AF1A4C9366806C6C16F1FA7521A792ACBD70C8E88",
"previousMessages": [
{
"text": "Genial, vamos a cambiar el tema. ¿Qué tienes en mente?",
"author": "bot",
"adaptiveCards": [],
"suggestedResponses": [
{
"text": "¿Qué está pasando en las noticias?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "2dec6d74-2920-ffa5-6d1d-734b5ed32f3f",
"offense": "Unknown"
},
{
"text": "¿Qué tiempo hace?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "631ac525-b85d-f067-0c60-c0e4df4cfde9",
"offense": "Unknown"
},
{
"text": "¿Cómo puedo crear un presupuesto?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "0997aa21-e525-7ce5-d2bf-d996fba878d5",
"offense": "Unknown"
}
],
"messageId": "e8d5173d-b6d7-8783-cd1e-f478c833d6b6",
"messageType": "Chat"
}
]
}
],
"invocationId": "4",
"target": "chat",
"type": 4
} And: {
"arguments": [
{
"source": "cib",
"optionsSets": [
"nlu_direct_response_filter",
"deepleo",
"disable_emoji_spoken_text",
"responsible_ai_policy_235",
"enablemm",
"h3imaginative",
"blocklistv2",
"dv3sugg"
],
"allowedMessageTypes": [
"Chat",
"InternalSearchQuery",
"InternalSearchResult",
"Disengaged",
"InternalLoaderMessage",
"RenderCardRequest",
"AdsQuery",
"SemanticSerp",
"GenerateContentQuery",
"SearchQuery"
],
"sliceIds": [
"scfraithtr3",
"scraith30",
"linkimgintf",
"perfsvgopt",
"308jbfs0",
"228h3adss0",
"h3adss0",
"0310wlthrots0",
"0228caches0",
"302blocklist",
"308disbings0"
],
"traceId": "6410a2a6ba754c7594ce8f8ab2e95058",
"isStartOfSession": true,
"message": {
"author": "user",
"inputMethod": "Keyboard",
"text": "¿Cuántas horas hay en un año?",
"messageType": "Chat"
},
"conversationSignature": "ZYdgId0d5cqQxe0YUarbP5kUqVPwiDTgFJ3n8rZ3AtY=",
"participant": {
"id": "my_id"
},
"conversationId": "51D|BingProd|55AEE20254F324AF5F81D15E7EA3103A12D22D9ADE062E9558CF1FB19DBF24DA",
"previousMessages": [
{
"text": "Genial, vamos a cambiar el tema. ¿Qué tienes en mente?",
"author": "bot",
"adaptiveCards": [],
"suggestedResponses": [
{
"text": "¿Cuál es el mamífero más pequeño del mundo?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "178a5475-3373-6e34-9828-a837bfd064fd",
"offense": "Unknown"
},
{
"text": "¿Por qué los seres humanos necesitan dormir?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "29581c64-e3ea-b8f9-ad3a-240119a857c6",
"offense": "Unknown"
},
{
"text": "¿Cómo puedo crear un presupuesto?",
"contentOrigin": "DeepLeo",
"messageType": "Suggestion",
"messageId": "77c5730f-78c0-2f32-2e3b-7ba3a3a2862d",
"offense": "Unknown"
}
],
"messageId": "edab23f9-4619-0b82-a59d-56debedc4e4d",
"messageType": "Chat"
}
]
}
],
"invocationId": "7",
"target": "chat",
"type": 4
} Both basically have the same message text and Noticed there's some params that this tool isn't sending, like |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I modified the jailbreak message to make it pretend to be a different character, but it always replies with the same message all the time. Normally with the API the responses are more or less random, but with Bing no.
This is what it's being sent to Bing WebSocket server:
The reply is always:
Welcome to Ruk village. I'm Isaias Flint, the blacksmith.
Beta Was this translation helpful? Give feedback.
All reactions