Skip to content

Commit b6ef530

Browse files
committed
fix small issues with first headline cmd.
1 parent fe46cf8 commit b6ef530

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ pip install git+https://github.com/tatsu-lab/alpaca_eval
6363
Then you can use it as follows:
6464

6565
```bash
66-
export OPENAI_API_KEY=<your_api_key>
67-
alpaca_eval --model_outputs 'example/eval_gpt_3.5-turbo-0301.json'
66+
export OPENAI_API_KEY=<your_api_key>
67+
export OPENAI_ORGANIZATION_IDS=<your_organization_id> # Optional; if not set, this will be your default org id.
68+
alpaca_eval --model_outputs 'example/outputs.json'
6869
```
6970

7071
Important parameters are the following:

0 commit comments

Comments
 (0)