You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I texted Gemini, though adjusting the Safety Category to Block_none all. They are still censored and do not send feedback.
I tested the same question on AI Studio and Gemini completely answered.
Bug Description
When I texted Gemini, though adjusting the Safety Category to Block_none all. They are still censored and do not send feedback.
I tested the same question on AI Studio and Gemini completely answered.
To Reproduce
Expected behavior
{
"errorMessage": "[GoogleGenerativeAI Error]: Candidate was blocked due to SAFETY",
"errorDetails": {},
"n8nDetails": {
"time": "06:51:07 19/1/2025",
"n8nVersion": "1.74.3 (Self Hosted)",
"binaryDataMode": "default",
"cause": {
"response": {
"candidates": [
{
"finishReason": "SAFETY",
"safetyRatings": [
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"probability": "LOW"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HARASSMENT",
"probability": "MEDIUM",
"blocked": true
},
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"probability": "NEGLIGIBLE"
}
]
}
],
"usageMetadata": {
"promptTokenCount": 1326,
"candidatesTokenCount": 65,
"totalTokenCount": 1391
},
"modelVersion": "gemini-2.0-flash-exp"
}
}
}
}
Operating System
Ubuntu linux 22.04
n8n Version
1.74.3
Node.js Version
20.18.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: