From 09545a80be589758b11ef8d5f34f17f6bc403883 Mon Sep 17 00:00:00 2001 From: leedtan Date: Sun, 14 Sep 2025 13:37:47 -0400 Subject: [PATCH 1/2] update OPENAI api key to OPENROUTER_API_KEY --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 013756d..1b01534 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In a new `.env` file at the root of the repository, set the following optional e - `WANDB_API_KEY` - Enables metric logging to Weights & Biases. - `OPENPIPE_API_KEY` - Enables chat completion logging to OpenPipe. -- `OPENAI_API_KEY` - Will be necessary for later comparison benchmarks, but not used for training. +- `OPENROUTER_API_KEY` - Will be necessary for later comparison benchmarks, but not used for training. To enable model and logging backup to S3, you'll also need to provide AWS credentials. These are necessary for generating the benchmarks found in the `benchmarks` directory, but not for training itself. If you don't already have AWS credentials with create/read/write permissions for s3 buckets, follow the instructions [here](CONFIGURING_AWS.md). From 4382558b350cae52ececabbf1099ecd6fc36a336 Mon Sep 17 00:00:00 2001 From: leedtan Date: Sun, 14 Sep 2025 13:41:49 -0400 Subject: [PATCH 2/2] Clarify OPENROUTER_API_KEY usage in README Updated the description of OPENROUTER_API_KEY for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b01534..3312534 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In a new `.env` file at the root of the repository, set the following optional e - `WANDB_API_KEY` - Enables metric logging to Weights & Biases. - `OPENPIPE_API_KEY` - Enables chat completion logging to OpenPipe. -- `OPENROUTER_API_KEY` - Will be necessary for later comparison benchmarks, but not used for training. +- `OPENROUTER_API_KEY` - Training Judge and comparison benchmark To enable model and logging backup to S3, you'll also need to provide AWS credentials. These are necessary for generating the benchmarks found in the `benchmarks` directory, but not for training itself. If you don't already have AWS credentials with create/read/write permissions for s3 buckets, follow the instructions [here](CONFIGURING_AWS.md).