Skip to content

Commit 433b55d

Browse files
Felipe Campos PenhaFelipe Campos Penha
authored andcommitted
refactor: model name in various comments, strings etc.
1 parent ff4ca2c commit 433b55d

File tree

1 file changed

+1
-1
lines changed
  • initiatives/genai_red_team_handbook/exploitation/example

1 file changed

+1
-1
lines changed

initiatives/genai_red_team_handbook/exploitation/example/attack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def attack():
2323
sys.exit(1)
2424

2525
data = {
26-
"model": "llama3",
26+
"model": "gpt-oss:20b",
2727
"messages": [
2828
{"role": "user", "content": prompt}
2929
],

0 commit comments

Comments
 (0)