Skip to content

Commit 7e1a771

Browse files
chore: standardize single env var for challenges n strikes
1 parent 53a1e77 commit 7e1a771

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
DREADNODE_SERVER_URL="https://platform.dreadnode.io"
22
# See https://platform.dreadnode.io/account to get your API token and key (same value)
3-
DREADNODE_API_TOKEN=YOUR_DREADNODE_API_TOKEN
4-
DREADNODE_API_KEY=YOUR_DREADNODE_API_KEY
3+
DREADNODE_TOKEN=YOUR_DREADNODE_API_TOKEN
54
DREADNODE_LOCAL_DIR="runs/"
65
LOGFIRE_IGNORE_NO_CONFIG=1
76

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ uv run -m airtbench --help
6060
### Basic Usage
6161

6262
```bash
63-
uv run -m airtbench --model $MODEL --project $PROJECT --platform-api-key $DREADNODE_API_KEY --token $DREADNODE_API_TOKEN --server https://platform.dreadnode.io --max-steps 100 --inference_timeout 240 --enable-cache --no-give-up --challenges bear1 bear2
63+
uv run -m airtbench --model $MODEL --project $PROJECT --platform-api-key $DREADNODE_TOKEN --token $DREADNODE_TOKEN --server https://platform.dreadnode.io --max-steps 100 --inference_timeout 240 --enable-cache --no-give-up --challenges bear1 bear2
6464
```
6565

6666
### Challenge Filtering

0 commit comments

Comments
 (0)