From b6ef53044df86d125daf2c7ebce6e01999e4f75b Mon Sep 17 00:00:00 2001 From: Xuechen Li <12689993+lxuechen@users.noreply.github.com> Date: Sun, 4 Jun 2023 23:23:54 -0700 Subject: [PATCH] fix small issues with first headline cmd. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: