diff --git a/README.md b/README.md index 17248d71..f6b46d14 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ pip install git+https://github.com/tatsu-lab/alpaca_eval Then you can use it as follows: ```bash -export OPENAI_API_KEY= -alpaca_eval --model_outputs 'example/eval_gpt_3.5-turbo-0301.json' +export OPENAI_API_KEY= +export OPENAI_ORGANIZATION_IDS= # Optional; if not set, this will be your default org id. +alpaca_eval --model_outputs 'example/outputs.json' ``` Important parameters are the following: