From ca3d2717b5a86c6d00fc8649851ecc13f7409ba4 Mon Sep 17 00:00:00 2001 From: George Sproston Date: Wed, 2 Aug 2023 16:00:54 +0100 Subject: [PATCH] Fixed attack id --- frontend/src/Attacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Attacks.js b/frontend/src/Attacks.js index 56d015049..0f2129e53 100644 --- a/frontend/src/Attacks.js +++ b/frontend/src/Attacks.js @@ -1,7 +1,7 @@ const ATTACKS = [ { name: "jailbreak prompt", - id: "JAILBREAK PROMPT", + id: "JAILBREAK_PROMPT", info: "using prompt injection, get the chat bot in a state where it no longer follows its original instructions.", }, ];