Skip to content

Commit

Permalink
Fix description of harmful-behaviors test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-ps committed Apr 15, 2024
1 parent 161c714 commit 6bcb983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_fuzz/attacks/harmful_behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, client_config: ClientConfig, attack_config: AttackConfig):
client_config,
attack_config,
test_name = "harmful_behavior",
test_description = "Challenges the LLM with a dataset of harmful behavior prompts dataset"
test_description = "Challenges the LLM with a dataset of harmful behavior prompts"
)

def run(self) -> Generator[StatusUpdate, None, None]:
Expand Down

0 comments on commit 6bcb983

Please sign in to comment.