Skip to content

Commit 928a1ff

Browse files
authored
fix: Replace deprecated Llama 4 Maverick with Scout in attack notebook (#339)
* fix: Replace deprecated Llama 4 Maverick with Scout in attack notebook * fix: Add trailing newline to notebook
1 parent d1ac230 commit 928a1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/airt/agentic_red_teaming_attacks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"source": [
5454
"CRUCIBLE_API_KEY = os.environ[\"CRUCIBLE_API_KEY\"] # https://platform.dreadnode.io/account\n",
5555
"CRUCIBLE_URL = \"https://platform.dreadnode.io\"\n",
56-
"ATTACKER_MODEL = \"groq/meta-llama/llama-4-maverick-17b-128e-instruct\"\n",
56+
"ATTACKER_MODEL = \"groq/meta-llama/llama-4-scout-17b-16e-instruct\"\n",
5757
"EVALUATOR_MODEL = ATTACKER_MODEL\n",
5858
"\n",
5959
"TOOLSHED_URL = \"https://toolshed.platform.dreadnode.io\"\n",

0 commit comments

Comments
 (0)