updates guardrail provider logos

This commit is contained in:
Achintya Rajan 2025-10-10 11:39:14 -07:00
parent d944717d4b
commit 824517ee37
11 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -96,6 +96,18 @@ export const guardrailLogoMap: Record<string, string> = {
Lakera: `${asset_logos_folder}lakeraai.jpeg`,
"Azure Content Safety Prompt Shield": `${asset_logos_folder}presidio.png`,
"Azure Content Safety Text Moderation": `${asset_logos_folder}presidio.png`,
"Aporia AI": `${asset_logos_folder}aporia.png`,
"PANW Prisma AIRS": `${asset_logos_folder}palo_alto_networks.jpeg`,
"Noma Security": `${asset_logos_folder}noma_security.png`,
"Javelin Guardrails": `${asset_logos_folder}javelin.png`,
"Pillar Guardrail": `${asset_logos_folder}pillar.jpeg`,
"Google Cloud Model Armor": `${asset_logos_folder}google.svg`,
"Guardrails AI": `${asset_logos_folder}guardrails_ai.jpeg`,
"Lasso Guardrail": `${asset_logos_folder}lasso.png`,
"Pangea Guardrail": `${asset_logos_folder}pangea.png`,
"AIM Guardrail": `${asset_logos_folder}aim_security.jpeg`,
"OpenAI Moderation": `${asset_logos_folder}openai_small.svg`,
EnkryptAI: `${asset_logos_folder}enkrypt_ai.avif`,
};
export const getGuardrailLogoAndName = (guardrailValue: string): { logo: string; displayName: string } => {