File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11DREADNODE_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
54DREADNODE_LOCAL_DIR = " runs/"
65LOGFIRE_IGNORE_NO_CONFIG = 1
76
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments