Skip to content

Commit

Permalink
Merge pull request openai#3 from marcospgp/patch-1
Browse files Browse the repository at this point in the history
Clean readme
  • Loading branch information
logankilpatrick committed Mar 14, 2023
2 parents 0c9b205 + c13f7fd commit b32520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ____________________

## Setup

To run evals, you will need to set up and specify your OpenAI API key to run evals. If you need to generate an API key, you can do so at [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys). After you obtain an API key, specify it using the `OPENAI_API_KEY` environment variable. **Please be aware of the [costs](https://openai.com/pricing) associated with using the API when running evals.**
To run evals, you will need to set up and specify your OpenAI API key. You can generate one at <https://platform.openai.com/account/api-keys>. After you obtain an API key, specify it using the `OPENAI_API_KEY` environment variable. **Please be aware of the [costs](https://openai.com/pricing) associated with using the API when running evals.**

### Downloading evals

Expand Down

0 comments on commit b32520d

Please sign in to comment.