forked from princeton-pli/hal-harness
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
31 lines (26 loc) · 738 Bytes
/
.env.template
File metadata and controls
31 lines (26 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# LLM Provider API Keys
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
TOGETHERAI_API_KEY=
OPENROUTER_API_KEY=
# Search Provider API Keys (for agents with web search)
SERPAPI_API_KEY=
SERPER_API_KEY=
# Logging & Data
WANDB_API_KEY=
HF_TOKEN=
# Azure VM Configuration (optional, for --vm flag)
AZURE_SUBSCRIPTION_ID=
AZURE_RESOURCE_GROUP_NAME=
AZURE_LOCATION=
NETWORK_SECURITY_GROUP_NAME=
SSH_PUBLIC_KEY_PATH=
SSH_PRIVATE_KEY_PATH=
# Azure Monitor Logging (required for --vm flag)
# Use Data Collection Rules (DCR) approach
AZURE_MONITOR_DATA_COLLECTION_ENDPOINT=
AZURE_MONITOR_DATA_COLLECTION_RULE_ID=
AZURE_MONITOR_STREAM_NAME=Custom-BenchmarkRuns_CL
# Required: Set to your name for tracking who ran the benchmark
EXECUTED_BY=