diff --git a/docs/my-website/docs/tutorials/ab_test_llms.md b/docs/my-website/docs/tutorials/ab_test_llms.md index 93125408d9..bf334548a5 100644 --- a/docs/my-website/docs/tutorials/ab_test_llms.md +++ b/docs/my-website/docs/tutorials/ab_test_llms.md @@ -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 + Resources: * [Code](https://github.com/BerriAI/litellm/tree/main/cookbook/llm-ab-test-server) diff --git a/docs/my-website/img/ab_test_code.png b/docs/my-website/img/ab_test_code.png new file mode 100644 index 0000000000..2028a07e39 Binary files /dev/null and b/docs/my-website/img/ab_test_code.png differ