mirror of
https://github.com/dongdongunique/EvoSynth.git
synced 2026-02-12 17:22:44 +00:00
- Updated README.md with comprehensive documentation - Added requirements.txt with verified dependencies - Added .gitignore to exclude sensitive files - Implemented context length protection for access_runcontext_history - Removed torch dependency to avoid confusion - All changes tested and verified
4 lines
138 B
Python
4 lines
138 B
Python
from jailbreak_toolbox.attacks.blackbox.implementations.evosynth.evosynth_attack import EvosynthAttack
|
|
__all__ = [
|
|
'EvosynthAttack',
|
|
] |