File size: 1,228 Bytes
1af48fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
{
"contents": [
{
"role": "user",
"parts": [
{
"text": "hi"
}
]
},
{
"role": "model",
"parts": [
{
"text": "Hi! \n\nHow are you today? What can I do for you? \n"
}
]
},
{
"role": "user",
"parts": [
{
"text": "怎么解决"
},
{
"inlineData": {
"mimeType": "image/jpeg",
"data": "/9j/***"
}
}
]
}
],
"safetySettings": [
{
"category": "HARM_CATEGORY_HARASSMENT",
"threshold": "BLOCK_NONE"
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"threshold": "BLOCK_NONE"
},
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"threshold": "BLOCK_NONE"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"threshold": "BLOCK_NONE"
}
]
} |