mirror of
https://github.com/dongdongunique/EvoSynth.git
synced 2026-08-25 12:22:59 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Blackbox attack implementations for the Jailbreak Toolbox.
|
||||
|
||||
This module contains implementations of various blackbox attacks against language models.
|
||||
Each attack is automatically registered with the attack_registry when imported.
|
||||
"""
|
||||
|
||||
# Import all blackbox attack implementations here
|
||||
from jailbreak_toolbox.attacks.blackbox.implementations import *
|
||||
|
||||
# You can also use __all__ to control what's imported with "from implementations import *"
|
||||
__all__ = [
|
||||
"EvosynthAttack",
|
||||
]
|
||||
Reference in New Issue
Block a user