forked from phoenix/litellm-mirror
docs + update benchmark.py
This commit is contained in:
parent
721d34bda2
commit
7158d0ba1f
2 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,7 @@ Easily benchmark LLMs for a given question by viewing
|
|||
```
|
||||
git clone https://github.com/BerriAI/litellm
|
||||
```
|
||||
cd to `benchmark` dir
|
||||
cd to `litellm/cookbook/benchmark` dir
|
||||
|
||||
Located here:
|
||||
https://github.com/BerriAI/litellm/tree/main/cookbook/benchmark
|
||||
|
@ -26,7 +26,7 @@ cd litellm/cookbook/benchmark
|
|||
pip install litellm click tqdm tabulate termcolor
|
||||
```
|
||||
|
||||
### Configuration
|
||||
### Configuration - Set LLM API Keys + LLMs in benchmark.py
|
||||
In `benchmark/benchmark.py` select your LLMs, LLM API Key and questions
|
||||
|
||||
Supported LLMs: https://docs.litellm.ai/docs/providers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue