Skip to content

Commit e8913b3

Browse files
committed
fix: config file
1 parent bdc22b3 commit e8913b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SecBenchSuite/secbench.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Configuration for SecBench
2+
3+
# API Keys (Leave empty if not used)
4+
openai_api_key: "YOUR_API_KEY"
5+
openrouter_api_key: "YOUR_API_KEY"
6+
7+
# API Configuration
8+
api_base_url: "https://openrouter.ai/api/v1/" # "http://localhost:8080/v1"
9+
# default_model: "openai/gpt-4o-mini"
10+
11+
# System Prompt
12+
# system_prompt: "You are a security-aware code assistant. Generate secure code."
13+
14+
# Output Directory
15+
output_dir: "results"

0 commit comments

Comments
 (0)