We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46cf8 commit b6ef530Copy full SHA for b6ef530
README.md
@@ -63,8 +63,9 @@ pip install git+https://github.com/tatsu-lab/alpaca_eval
63
Then you can use it as follows:
64
65
```bash
66
-export OPENAI_API_KEY=<your_api_key>
67
-alpaca_eval --model_outputs 'example/eval_gpt_3.5-turbo-0301.json'
+export OPENAI_API_KEY=<your_api_key>
+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'
69
```
70
71
Important parameters are the following:
0 commit comments