From 9934eb4b20734d0e748c1c191a5a3d19863d6efa Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Mon, 16 Mar 2026 09:50:02 -0700 Subject: [PATCH 1/2] fix: Replace deprecated Llama 4 Maverick with Scout in attack notebook --- examples/airt/agentic_red_teaming_attacks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/airt/agentic_red_teaming_attacks.ipynb b/examples/airt/agentic_red_teaming_attacks.ipynb index 0f2877b6..6b87d287 100644 --- a/examples/airt/agentic_red_teaming_attacks.ipynb +++ b/examples/airt/agentic_red_teaming_attacks.ipynb @@ -53,7 +53,7 @@ "source": [ "CRUCIBLE_API_KEY = os.environ[\"CRUCIBLE_API_KEY\"] # https://platform.dreadnode.io/account\n", "CRUCIBLE_URL = \"https://platform.dreadnode.io\"\n", - "ATTACKER_MODEL = \"groq/meta-llama/llama-4-maverick-17b-128e-instruct\"\n", + "ATTACKER_MODEL = \"groq/meta-llama/llama-4-scout-17b-16e-instruct\"\n", "EVALUATOR_MODEL = ATTACKER_MODEL\n", "\n", "TOOLSHED_URL = \"https://toolshed.platform.dreadnode.io\"\n", @@ -460,4 +460,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} +} \ No newline at end of file From a744adf1df920d05011fb1defb0119d5292d3096 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Mon, 16 Mar 2026 09:56:28 -0700 Subject: [PATCH 2/2] fix: Add trailing newline to notebook --- examples/airt/agentic_red_teaming_attacks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/airt/agentic_red_teaming_attacks.ipynb b/examples/airt/agentic_red_teaming_attacks.ipynb index 6b87d287..913dcf47 100644 --- a/examples/airt/agentic_red_teaming_attacks.ipynb +++ b/examples/airt/agentic_red_teaming_attacks.ipynb @@ -460,4 +460,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}