mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
docs update
This commit is contained in:
parent
6ea7b9018a
commit
0a8aebc0de
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@ import Image from '@theme/IdealImage';
|
||||||
### A/B Test any LLMs in production in 10 lines of code
|
### A/B Test any LLMs in production in 10 lines of code
|
||||||
<Image img={require('../../img/ab_test_code.png')} />
|
<Image img={require('../../img/ab_test_code.png')} />
|
||||||
|
|
||||||
|
### A/B Testing Dashboard after running code
|
||||||
|
<Image img={require('../../img/ab_test_logs.png')} />
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
Resources:
|
Resources:
|
||||||
* [Code](https://github.com/BerriAI/litellm/tree/main/cookbook/llm-ab-test-server)
|
* [Code](https://github.com/BerriAI/litellm/tree/main/cookbook/llm-ab-test-server)
|
||||||
* [Sample Dashboard](https://lite-llm-abtest-ui.vercel.app/ishaan_discord@berri.ai)
|
* [Sample Dashboard](https://lite-llm-abtest-ui.vercel.app/ishaan_discord@berri.ai)
|
||||||
|
@ -126,4 +131,4 @@ curl --location 'http://localhost:5000/chat/completions' \
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 405 KiB After Width: | Height: | Size: 449 KiB |
Loading…
Add table
Add a link
Reference in a new issue