From e139441d7793e0f5f3a6c84e6c41550dcdc2a2b4 Mon Sep 17 00:00:00 2001 From: cris Date: Wed, 3 Sep 2025 12:19:10 +0200 Subject: [PATCH] update readme project structure --- benchmarks/prompt-bench/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/prompt-bench/README.md b/benchmarks/prompt-bench/README.md index 0f921545..119c24fe 100644 --- a/benchmarks/prompt-bench/README.md +++ b/benchmarks/prompt-bench/README.md @@ -80,6 +80,8 @@ prompt-bench/ # Root directory of the project ├── server.py # Main execution script (it uses Burp Suite MCP server to interact with labs) ├── metrics.ipynb # Notebook for evaluating metrics └── prompts.yml # Prompt templates +└── .env.example # env file example +└── requirements.txt # requirements file for python libs ``` ## Prompt Learning Methods