Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Check out [vLLM](https://github.com/vllm-project/vllm) for more options on how to serve your models fast and efficiently.

## 🛜 Evaluate using popular APIs
We support out of the box clients for OpenAI, Anthropic and Google Gemini APIs. First set up your API key:
We support out of the box clients for OpenAI, Anthropic and Google Gemini APIs.
Note that we use a dedicated SECRETS file to store the API keys.
First enter your API key in the SECRETS file located in the root folder:

```bash
export OPENAI_API_KEY=<KEY>
export ANTHROPIC_API_KEY=<KEY>
export GEMINI_API_KEY=<KEY>
OPENAI_API_KEY=<KEY>
ANTHROPIC_API_KEY=<KEY>
GEMINI_API_KEY=<KEY>
```

Then run the evaluation with:
Expand Down