mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs update
This commit is contained in:
parent
4ff5b9dd3f
commit
6ea7b9018a
2 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
|
||||
# A/B Test LLMs - Tutorial!
|
||||
# A/B Test LLMs - In Production!
|
||||
|
||||
Move freely from OpenAI to other models using LiteLLM. In this tutorial, we'll go through how to A/B test between OpenAI, Claude and TogetherAI using LiteLLM.
|
||||
## Get Started here: https://admin.litellm.ai/
|
||||
|
||||
### A/B Test any LLMs in production in 10 lines of code
|
||||
<Image img={require('../../img/ab_test_code.png')} />
|
||||
|
||||
Resources:
|
||||
* [Code](https://github.com/BerriAI/litellm/tree/main/cookbook/llm-ab-test-server)
|
||||
|
|
|
|||
BIN
docs/my-website/img/ab_test_code.png
Normal file
BIN
docs/my-website/img/ab_test_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 263 KiB |
Loading…
Add table
Reference in a new issue