Unverified Commit e65e5bbd authored by Lenni Justen's avatar Lenni Justen Committed by GitHub
Browse files

add correct openai api key to README.md (#1138)

parent 38c36613
...@@ -149,7 +149,7 @@ Our library also supports the evaluation of models served via several commercial ...@@ -149,7 +149,7 @@ Our library also supports the evaluation of models served via several commercial
To call a hosted model, use: To call a hosted model, use:
```bash ```bash
export OPENAI_API_SECRET_KEY=YOUR_KEY_HERE export OPENAI_API_KEY=YOUR_KEY_HERE
lm_eval --model openai-completions \ lm_eval --model openai-completions \
--model_args engine=davinci \ --model_args engine=davinci \
--tasks lambada_openai,hellaswag --tasks lambada_openai,hellaswag
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment