From 3a5dbdeed2caa27f410333b26002829826347271 Mon Sep 17 00:00:00 2001 From: dongdongunique <909580378@qq.com> Date: Wed, 10 Dec 2025 13:25:54 +0800 Subject: [PATCH] fix errors in ReadME --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7fb00e7..332a6cc 100644 --- a/README.md +++ b/README.md @@ -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/