* aws update
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ detection_providers = {
|
|
217 |
# "Rebuff": detect_rebuff,
|
218 |
"Azure Content Safety": detect_azure,
|
219 |
"SydeLabs": detect_sydelabs,
|
220 |
-
"AWS
|
221 |
}
|
222 |
|
223 |
|
|
|
217 |
# "Rebuff": detect_rebuff,
|
218 |
"Azure Content Safety": detect_azure,
|
219 |
"SydeLabs": detect_sydelabs,
|
220 |
+
"AWS Bedrock Guardrails": detect_aws_bedrock,
|
221 |
}
|
222 |
|
223 |
|