fix errors in ReadME

This commit is contained in:
dongdongunique
2025-12-10 13:25:54 +08:00
parent 485b969989
commit 3a5dbdeed2
-2
View File
@@ -133,14 +133,12 @@ EvoSynth/
│ └── harmbench.csv # Evaluation dataset
└── jailbreak_toolbox/
├── core/ # Orchestration & registry
│ ├── orchestrator.py
│ ├── async_orchestrator.py
│ └── registry.py
├── models/ # Model implementations
│ ├── base_model.py
│ └── implementations/
│ ├── openai_model.py
│ └── huggingface_model.py
├── attacks/ # Attack implementations
│ └── blackbox/
│ └── implementations/