diff --git a/docs/my-website/docs/tutorials/ab_test_llms.md b/docs/my-website/docs/tutorials/ab_test_llms.md
index 814c91b3a..a43a2ee56 100644
--- a/docs/my-website/docs/tutorials/ab_test_llms.md
+++ b/docs/my-website/docs/tutorials/ab_test_llms.md
@@ -1,134 +1,123 @@
import Image from '@theme/IdealImage';
-# A/B Test LLMs - In Production!
-
-## Get Started here: https://admin.litellm.ai/
-
-### A/B Test any LLMs in production in 10 lines of code
-
-
-### A/B Testing Dashboard after running code
-
+# Replace GPT-4 with Llama2 in Production!
+In this tutorial, we'll walk through replacing our GPT-4 endpoint with Llama2 in production. We'll assume you've deployed Llama2 on Huggingface Inference Endpoints (but any of TogetherAI, Baseten, Ollama, Petals, Openrouter should work as well).
-
diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js
index 78ad0e180..5397cbaea 100644
--- a/docs/my-website/sidebars.js
+++ b/docs/my-website/sidebars.js
@@ -49,6 +49,7 @@ const sidebars = {
type: 'category',
label: 'Tutorials',
items: [
+ 'tutorials/ab_test_llms_locally',
'tutorials/huggingface_tutorial',
'tutorials/TogetherAI_liteLLM',
'tutorials/compare_llms',